diff --git a/Cargo.toml b/Cargo.toml index 9f037a7..16190c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,22 +48,22 @@ serde = "1.0.210" serde_json = "1.0.128" tokio = { version = "1.40.0", default-features = false } # Default features are disabled due to some crates' requirements tracing = "0.1" -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "1.0.0-beta.4", features = [ "plugins", "unstable", "internal", "internal_config", ] } -zenoh-config = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-config = { version = "1.0.0-beta.4", default-features = false } +zenoh-ext = { version = "1.0.0-beta.4", features = [ "unstable", ] } -zenoh-plugin-mqtt = { version = "1.0.0-dev", path = "zenoh-plugin-mqtt/", default-features = false } -zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [ +zenoh-plugin-mqtt = { version = "1.0.0-beta.4", path = "zenoh-plugin-mqtt/", default-features = false } +zenoh-plugin-rest = { version = "1.0.0-beta.4", default-features = false, features = [ "static_plugin", ] } -zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-plugin-trait = { version = "1.0.0-beta.4", default-features = false } [profile.release] diff --git a/zenoh-plugin-mqtt/Cargo.toml b/zenoh-plugin-mqtt/Cargo.toml index a24d63e..cfec793 100644 --- a/zenoh-plugin-mqtt/Cargo.toml +++ b/zenoh-plugin-mqtt/Cargo.toml @@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2020 ADLINK Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~beta.4-1)"