Skip to content

Commit

Permalink
chore: Update git/branch zenoh-ts/zenoh-plugin-remote-api/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Feb 12, 2025
1 parent fa16137 commit b10f9e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zenoh-plugin-remote-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ serde = { workspace = true, default-features = false, features = [
"derive",
] } # Default features are disabled due to usage in no_std crates
serde_json = { workspace = true }
zenoh = { workspace = true, features = ["plugins"] }
zenoh-ext = { workspace = true }
zenoh_backend_traits = { workspace = true }
zenoh-plugin-trait = { workspace = true }
zenoh-util = { workspace = true }
zenoh-result = { workspace = true }
zenoh = { workspace = true, features = ["plugins"] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-ext = { workspace = true , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh_backend_traits = { workspace = true , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-plugin-trait = { workspace = true , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-util = { workspace = true , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-result = { workspace = true , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
uuid = { workspace=true, default-features = false, features = [
"v4",
"serde",
Expand Down

0 comments on commit b10f9e3

Please sign in to comment.