diff --git a/Cargo.toml b/Cargo.toml index 2d1acfc..1dfc546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,14 +52,14 @@ tokio = { version = "1.35.1", default-features = false } # Default features are tracing = "0.1" uhlc = "0.5.2" walkdir = "2.3.2" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { features = [ "unstable", "internal", "plugins" -] , version = "1.0.0-dev" } -zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } -zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } -zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } +] , version = "1.0.3" } +zenoh_backend_traits = { version = "1.0.3" } +zenoh-plugin-trait = { version = "1.0.3" } +zenoh-ext = { version = "1.0.3" } [build-dependencies] rustc_version = "0.4.0" @@ -70,4 +70,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)" +depends = "zenoh-plugin-storage-manager (=1.0.3)"