Skip to content

Commit

Permalink
Fix zenoh-ext Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Dec 11, 2024
1 parent e870d79 commit 12ba5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing = { workspace = true }
serde = { workspace = true, features = ["default"] }
leb128 = { workspace = true }
uhlc = { workspace = true }
zenoh = { workspace = true, features = ["default"] }
zenoh = { workspace = true, default-features = false }
zenoh-macros = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 12ba5fa

Please sign in to comment.