Skip to content

Commit

Permalink
Use the correct commit ID of up-client-zenoh
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Apr 17, 2024
1 parent 535248b commit 32b8b2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ async-trait = "0.1"
chrono = "0.4.31"
env_logger = "0.10.0"
up-rust = { git = "https://github.com/eclipse-uprotocol/up-rust", rev = "c705ac97602ad6917a93d23651e8a504ec7bb718" }
# TODO: Should be removed after up-client-zenoh is updated
up-client-zenoh = { git = "https://github.com/ZettaScaleLabs/up-client-zenoh-rust.git", branch = "update_up_rust" }
#up-client-zenoh = { git = "https://github.com/eclipse-uprotocol/up-client-zenoh-rust", rev = "8855b9abd4bd27228d30d9061522194f330fa547" }
up-client-zenoh = { git = "https://github.com/eclipse-uprotocol/up-client-zenoh-rust", rev = "dc0a3a95564ab1c83771fe71f0da5a261d469fb6" }
zenoh = { version = "0.10.1-rc", features = ["unstable"]}

[[bin]]
Expand Down

0 comments on commit 32b8b2c

Please sign in to comment.