Skip to content

Commit 80ae8b7

Browse files
chore: Update git/branch zenoh-backend-filesystem/Cargo.toml
1 parent e00c6eb commit 80ae8b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ zenoh = { features = [
5656
"unstable",
5757
"internal",
5858
"plugins"
59-
] , version = "1.2.1" }
60-
zenoh_backend_traits = { version = "1.2.1" }
61-
zenoh-plugin-trait = { version = "1.2.1" }
62-
zenoh-ext = { version = "1.2.1" }
59+
] , version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
60+
zenoh_backend_traits = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
61+
zenoh-plugin-trait = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
62+
zenoh-ext = { version = "1.2.1" , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
6363

6464
[build-dependencies]
6565
rustc_version = "0.4.0"

0 commit comments

Comments
 (0)