Skip to content

Commit

Permalink
Point zenoh to ZettaScaleLabs:test/batch_alloc_full
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 13, 2025
1 parent 2614936 commit fb541e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full" }
zenoh-util = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full" }
flume = "*"

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features=false, features=["internal"] }
zenoh-runtime = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full" }
zenoh-util = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full" }
flume = "*"

[build-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions build-resources/opaque-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ panic = [
default = ["zenoh/default"]

[dependencies]
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [
zenoh = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features = false, features = [
"internal",
] }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [
zenoh-ext = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full", default-features = false, features = [
"internal",
] }
zenoh-protocol = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-protocol = { version = "1.2.0", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "test/batch_alloc_full" }
const_format = "0.2.32"
flume = "*"
tokio = "*"

0 comments on commit fb541e0

Please sign in to comment.