Skip to content

Commit

Permalink
support nolocal close API
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Dec 5, 2024
1 parent b00c9cc commit df30ee5
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 77 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
name = "zenoh-c"
version = "1.0.0-dev"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
repository = "https://github.com/ZettaScaleLabs/zenoh-c"
homepage = "http://zenoh.io"
authors = [
"kydos <[email protected]>",
Expand Down Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", features=["internal"], branch = "nolocal_close" }
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close" }
flume = "*"

[build-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[package]
name = "zenoh-c"
version = "@CARGO_PROJECT_VERSION@"
repository = "https://github.com/eclipse-zenoh/zenoh-c"
repository = "https://github.com/ZettaScaleLabs/zenoh-c"
homepage = "http://zenoh.io"
authors = [
"kydos <[email protected]>",
Expand Down Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", features=["internal"], branch = "nolocal_close" }
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close" }
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "nolocal_close" }
flume = "*"

[build-dependencies]
Expand Down
Loading

0 comments on commit df30ee5

Please sign in to comment.