Skip to content

Commit 074eb04

Browse files
committed
chore: track main and sync Cargo.lock
1 parent 27ed3ec commit 074eb04

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

Cargo.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ secrecy = { version = "0.8.0", features = ["alloc", "serde"] }
4848
serde = "1.0.154"
4949
serde_json = "1.0.94"
5050
tracing = "0.1"
51-
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id", features = [
51+
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
5252
"plugins",
5353
"unstable",
5454
] }
55-
zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id" }
56-
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id" }
57-
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id", features = [
55+
zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
56+
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
57+
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
5858
"unstable",
5959
] }
6060
zenoh-plugin-mqtt = { version = "0.11.0-dev", path = "zenoh-plugin-mqtt/", default-features = false }
61-
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id", default-features = false }
62-
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id", default-features = false }
63-
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "fix/1059-add-plugin-id" }
61+
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
62+
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
63+
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
6464

6565
[profile.release]
6666
codegen-units = 1

0 commit comments

Comments
 (0)