diff --git a/Cargo.toml b/Cargo.toml index ee0ef6f..30b71e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,17 +47,17 @@ serde = "1.0.154" serde_json = "1.0.114" tokio = { version = "1.35.1", 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.4", features = [ "plugins", "unstable", ] } -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.4", default-features = false } +zenoh-ext = { version = "1.0.4", features = [ "unstable", ] } -zenoh-plugin-dds = { version = "1.0.0-dev", path = "zenoh-plugin-dds/", 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=["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-dds = { version = "1.0.4", path = "zenoh-plugin-dds/", default-features = false } +zenoh-plugin-rest = { version = "1.0.4", default-features = false, features=["static_plugin"]} +zenoh-plugin-trait = { version = "1.0.4", default-features = false } [profile.release] codegen-units = 1 diff --git a/zenoh-plugin-dds/Cargo.toml b/zenoh-plugin-dds/Cargo.toml index 4d7f40c..19d9d76 100644 --- a/zenoh-plugin-dds/Cargo.toml +++ b/zenoh-plugin-dds/Cargo.toml @@ -61,4 +61,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.4)"