Skip to content

Commit

Permalink
Fix zenoh-ext Cargo.toml (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart authored Dec 11, 2024
1 parent 3d9f8e1 commit 49ed08a
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 49ed08a

Please sign in to comment.