|
13 | 13 | # |
14 | 14 | [package] |
15 | 15 | name = "zenoh-c" |
16 | | -version = "1.3.2" |
| 16 | +version = "1.3.3" |
17 | 17 | repository = "https://github.com/eclipse-zenoh/zenoh-c" |
18 | 18 | homepage = "http://zenoh.io" |
19 | 19 | authors = [ |
@@ -73,17 +73,17 @@ spin = "0.9.5" |
73 | 73 | tokio = "*" |
74 | 74 | unwrap-infallible = "0.1.5" |
75 | 75 | 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" } |
80 | 80 | flume = "*" |
81 | 81 |
|
82 | 82 | [target.'cfg(unix)'.dependencies] |
83 | 83 | ctor = "0.4.1" |
84 | 84 |
|
85 | 85 | [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"] } |
87 | 87 | cbindgen = "0.28.0" |
88 | 88 | fs2 = "0.4.3" |
89 | 89 | regex = "1.7.1" |
@@ -111,7 +111,7 @@ maintainer = "zenoh-dev@eclipse.org" |
111 | 111 | copyright = "2017, 2022 ZettaScale Technology" |
112 | 112 | section = "net" |
113 | 113 | license-file = ["LICENSE", "0"] |
114 | | -depends = "libzenohc (=1.3.2)" |
| 114 | +depends = "libzenohc (=1.3.3)" |
115 | 115 | assets = [["include/*", "usr/include/", "755"]] |
116 | 116 |
|
117 | 117 | [profile.dev] |
|
0 commit comments