Skip to content

Commit 7160e4c

Browse files
authored
Merge pull request #1846 from JEnoch/pin_zenoh_internal_deps
Pin zenoh internal dependencies
2 parents 16ba77c + f8e6cbc commit 7160e4c

File tree

35 files changed

+110
-36
lines changed

35 files changed

+110
-36
lines changed

Cargo.toml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -194,38 +194,38 @@ z-serial = "0.3.1"
194194
either = "1.13.0"
195195
prost = "0.13.2"
196196
tls-listener = { version = "0.11.0", features = ["rustls-ring"] }
197-
zenoh-ext = { version = "1.2.1", path = "zenoh-ext", default-features = false }
198-
zenoh-shm = { version = "1.2.1", path = "commons/zenoh-shm" }
199-
zenoh-result = { version = "1.2.1", path = "commons/zenoh-result", default-features = false }
200-
zenoh-config = { version = "1.2.1", path = "commons/zenoh-config" }
201-
zenoh-protocol = { version = "1.2.1", path = "commons/zenoh-protocol", default-features = false }
202-
zenoh-keyexpr = { version = "1.2.1", path = "commons/zenoh-keyexpr", default-features = false }
203-
zenoh-core = { version = "1.2.1", path = "commons/zenoh-core" }
204-
zenoh-buffers = { version = "1.2.1", path = "commons/zenoh-buffers", default-features = false }
205-
zenoh-util = { version = "1.2.1", path = "commons/zenoh-util" }
206-
zenoh-crypto = { version = "1.2.1", path = "commons/zenoh-crypto" }
207-
zenoh-codec = { version = "1.2.1", path = "commons/zenoh-codec" }
208-
zenoh-sync = { version = "1.2.1", path = "commons/zenoh-sync" }
209-
zenoh-collections = { version = "1.2.1", path = "commons/zenoh-collections", default-features = false }
210-
zenoh-macros = { version = "1.2.1", path = "commons/zenoh-macros" }
211-
zenoh-plugin-trait = { version = "1.2.1", path = "plugins/zenoh-plugin-trait", default-features = false }
212-
zenoh_backend_traits = { version = "1.2.1", path = "plugins/zenoh-backend-traits", default-features = false }
213-
zenoh-transport = { version = "1.2.1", path = "io/zenoh-transport", default-features = false }
214-
zenoh-link-tls = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-tls" }
215-
zenoh-link-tcp = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-tcp" }
216-
zenoh-link-unixsock_stream = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-unixsock_stream" }
217-
zenoh-link-quic = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-quic" }
218-
zenoh-link-udp = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-udp" }
219-
zenoh-link-ws = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-ws" }
220-
zenoh-link-unixpipe = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-unixpipe" }
221-
zenoh-link-serial = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-serial" }
222-
zenoh-link-vsock = { version = "1.2.1", path = "io/zenoh-links/zenoh-link-vsock" }
223-
zenoh-link = { version = "1.2.1", path = "io/zenoh-link" }
224-
zenoh-link-commons = { version = "1.2.1", path = "io/zenoh-link-commons" }
225-
zenoh = { version = "1.2.1", path = "zenoh", default-features = false }
226-
zenoh-runtime = { version = "1.2.1", path = "commons/zenoh-runtime" }
227-
zenoh-task = { version = "1.2.1", path = "commons/zenoh-task" }
228-
zenoh-examples = { version = "1.2.1", path = "examples", default-features = false }
197+
zenoh-ext = { version = "=1.2.1", path = "zenoh-ext", default-features = false }
198+
zenoh-shm = { version = "=1.2.1", path = "commons/zenoh-shm" }
199+
zenoh-result = { version = "=1.2.1", path = "commons/zenoh-result", default-features = false }
200+
zenoh-config = { version = "=1.2.1", path = "commons/zenoh-config" }
201+
zenoh-protocol = { version = "=1.2.1", path = "commons/zenoh-protocol", default-features = false }
202+
zenoh-keyexpr = { version = "=1.2.1", path = "commons/zenoh-keyexpr", default-features = false }
203+
zenoh-core = { version = "=1.2.1", path = "commons/zenoh-core" }
204+
zenoh-buffers = { version = "=1.2.1", path = "commons/zenoh-buffers", default-features = false }
205+
zenoh-util = { version = "=1.2.1", path = "commons/zenoh-util" }
206+
zenoh-crypto = { version = "=1.2.1", path = "commons/zenoh-crypto" }
207+
zenoh-codec = { version = "=1.2.1", path = "commons/zenoh-codec" }
208+
zenoh-sync = { version = "=1.2.1", path = "commons/zenoh-sync" }
209+
zenoh-collections = { version = "=1.2.1", path = "commons/zenoh-collections", default-features = false }
210+
zenoh-macros = { version = "=1.2.1", path = "commons/zenoh-macros" }
211+
zenoh-plugin-trait = { version = "=1.2.1", path = "plugins/zenoh-plugin-trait", default-features = false }
212+
zenoh_backend_traits = { version = "=1.2.1", path = "plugins/zenoh-backend-traits", default-features = false }
213+
zenoh-transport = { version = "=1.2.1", path = "io/zenoh-transport", default-features = false }
214+
zenoh-link-tls = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-tls" }
215+
zenoh-link-tcp = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-tcp" }
216+
zenoh-link-unixsock_stream = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-unixsock_stream" }
217+
zenoh-link-quic = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-quic" }
218+
zenoh-link-udp = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-udp" }
219+
zenoh-link-ws = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-ws" }
220+
zenoh-link-unixpipe = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-unixpipe" }
221+
zenoh-link-serial = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-serial" }
222+
zenoh-link-vsock = { version = "=1.2.1", path = "io/zenoh-links/zenoh-link-vsock" }
223+
zenoh-link = { version = "=1.2.1", path = "io/zenoh-link" }
224+
zenoh-link-commons = { version = "=1.2.1", path = "io/zenoh-link-commons" }
225+
zenoh = { version = "=1.2.1", path = "zenoh", default-features = false }
226+
zenoh-runtime = { version = "=1.2.1", path = "commons/zenoh-runtime" }
227+
zenoh-task = { version = "=1.2.1", path = "commons/zenoh-task" }
228+
zenoh-examples = { version = "=1.2.1", path = "examples", default-features = false }
229229

230230
[profile.dev]
231231
debug = true

commons/zenoh-buffers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-codec/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-collections/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-config/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-crypto/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-keyexpr/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-macros/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-protocol/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-result/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-runtime/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-shm/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-sync/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-task/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

commons/zenoh-util/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

io/zenoh-link-commons/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

io/zenoh-link/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

io/zenoh-links/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

io/zenoh-transport/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

plugins/zenoh-plugin-rest/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

plugins/zenoh-plugin-trait/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ⚠️ WARNING ⚠️
22

33
This crate is intended for Zenoh's internal use.
4+
It is not guaranteed that the API will remain unchanged in any version, including patch updates.
5+
It is highly recommended to depend solely on the zenoh and zenoh-ext crates and to utilize their public APIs.
46

57
- [Click here for Zenoh's main repository](https://github.com/eclipse-zenoh/zenoh)
68
- [Click here for Zenoh's documentation](https://zenoh.io)

0 commit comments

Comments
 (0)