Skip to content

Commit 1a61bf7

Browse files
chore: undo pins for ntex crates (#2272)
ntex crates are a dependency of zenoh-plugin-mqtt and due to a misunderstanding on how to use the zenoh-pinned-deps-1-75 I ended up adding them here. The correct process is to pin them directly in zenoh-plugin-mqtt Cargo.toml To summarize I quote @milyin: - zenoh itself doesn't have locks, it can be used freely, it doesn't break user's projects by dependency locks - zenoh-pinned-deps-1-75 guarantees that zenoh is buildable with 1.75 - plugins are not supposed to be used as dependencies, so they can contain needed locks right it their cargo.toml's
1 parent 44f8b24 commit 1a61bf7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

commons/zenoh-pinned-deps-1-75/Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ libloading = "=0.8.9"
3636
litemap = "=0.7.4"
3737
lz4_flex = "=0.11.3"
3838
nonempty-collections = "=0.3.1"
39-
ntex = { version = "=2.7.0", features = ["rustls", "tokio"] }
40-
ntex-bytes = "=0.1.28"
41-
ntex-io = "=2.14.0"
42-
ntex-mqtt = "=3.1.0"
43-
ntex-net = "=2.8.1"
44-
ntex-tls = "=2.2.0"
4539
pest = "=2.8.0"
4640
pest_derive = "=2.8.0"
4741
pest_generator = "=2.8.0"
@@ -73,12 +67,6 @@ ignored = [
7367
"litemap",
7468
"lz4_flex",
7569
"nonempty-collections",
76-
"ntex",
77-
"ntex-bytes",
78-
"ntex-io",
79-
"ntex-mqtt",
80-
"ntex-net",
81-
"ntex-tls",
8270
"pest",
8371
"pest_derive",
8472
"pest_generator",

0 commit comments

Comments
 (0)