Skip to content

Commit

Permalink
cargo: use zenoh 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 23, 2024
1 parent 1e63e0f commit e7367a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ pyo3 = { version = "0.21.2", features = [
"experimental-declarative-modules",
] }
validated_struct = "2.1.0"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }
zenoh = { version = "1.0.0", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.0.0", features = ["internal"], optional = true }

0 comments on commit e7367a9

Please sign in to comment.