diff --git a/Cargo.toml b/Cargo.toml index 3b4b9fe..5021797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,19 +48,19 @@ secrecy = { version = "0.8.0", features = ["alloc", "serde"] } serde = "1.0.154" serde_json = "1.0.94" tracing = "0.1" -zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "0.11.0", features = [ "plugins", "unstable", ] } -zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-collections = { version = "0.11.0"} +zenoh-core = { version = "0.11.0"} +zenoh-ext = { version = "0.11.0", features = [ "unstable", ] } -zenoh-plugin-mqtt = { version = "0.11.0-dev", path = "zenoh-plugin-mqtt/", default-features = false } -zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh-plugin-mqtt = { version = "0.11.0", path = "zenoh-plugin-mqtt/", default-features = false } +zenoh-plugin-rest = { version = "0.11.0", default-features = false } +zenoh-plugin-trait = { version = "0.11.0", default-features = false } +zenoh-util = { version = "0.11.0"} [profile.release] codegen-units = 1 diff --git a/zenoh-plugin-mqtt/Cargo.toml b/zenoh-plugin-mqtt/Cargo.toml index db00308..748a2ae 100644 --- a/zenoh-plugin-mqtt/Cargo.toml +++ b/zenoh-plugin-mqtt/Cargo.toml @@ -68,4 +68,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2020 ADLINK Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1)" +depends = "zenohd (=0.11.0-1)"