Skip to content

Commit 36c8189

Browse files
chore: Merge release/1.3.3 into main (#992)
chore: Merge release/1.3.3 into main
2 parents d8e77d5 + 6743009 commit 36c8189

6 files changed

Lines changed: 138 additions & 138 deletions

File tree

Cargo.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
[package]
1515
name = "zenoh-c"
16-
version = "1.3.2"
16+
version = "1.3.3"
1717
repository = "https://github.com/eclipse-zenoh/zenoh-c"
1818
homepage = "http://zenoh.io"
1919
authors = [
@@ -73,17 +73,17 @@ spin = "0.9.5"
7373
tokio = "*"
7474
unwrap-infallible = "0.1.5"
7575
const_format = "0.2.32"
76-
zenoh = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
77-
zenoh-ext = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
78-
zenoh-runtime = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
79-
zenoh-util = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
76+
zenoh = { version = "1.3.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
77+
zenoh-ext = { version = "1.3.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
78+
zenoh-runtime = { version = "1.3.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
79+
zenoh-util = { version = "1.3.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
8080
flume = "*"
8181

8282
[target.'cfg(unix)'.dependencies]
8383
ctor = "0.4.1"
8484

8585
[build-dependencies]
86-
zenoh = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
86+
zenoh = { version = "1.3.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
8787
cbindgen = "0.28.0"
8888
fs2 = "0.4.3"
8989
regex = "1.7.1"
@@ -111,7 +111,7 @@ maintainer = "zenoh-dev@eclipse.org"
111111
copyright = "2017, 2022 ZettaScale Technology"
112112
section = "net"
113113
license-file = ["LICENSE", "0"]
114-
depends = "libzenohc (=1.3.2)"
114+
depends = "libzenohc (=1.3.3)"
115115
assets = [["include/*", "usr/include/", "755"]]
116116

117117
[profile.dev]

0 commit comments

Comments
 (0)