Skip to content

Commit

Permalink
chore: Update git/branch zenoh-backend-filesystem/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Feb 14, 2025
1 parent e00c6eb commit e3b6d4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ zenoh = { features = [
"unstable",
"internal",
"plugins"
] , version = "1.2.1" }
zenoh_backend_traits = { version = "1.2.1" }
zenoh-plugin-trait = { version = "1.2.1" }
zenoh-ext = { version = "1.2.1" }
] , version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh_backend_traits = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-plugin-trait = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
zenoh-ext = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }

[build-dependencies]
rustc_version = "0.4.0"
Expand Down

0 comments on commit e3b6d4f

Please sign in to comment.