Skip to content

Commit 49ed08a

Browse files
Fix zenoh-ext Cargo.toml (#1659)
1 parent 3d9f8e1 commit 49ed08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenoh-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tracing = { workspace = true }
4747
serde = { workspace = true, features = ["default"] }
4848
leb128 = { workspace = true }
4949
uhlc = { workspace = true }
50-
zenoh = { workspace = true, features = ["default"] }
50+
zenoh = { workspace = true, default-features = false }
5151
zenoh-macros = { workspace = true }
5252

5353
[dev-dependencies]

0 commit comments

Comments
 (0)