Skip to content

Commit

Permalink
Fix issue #887 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan authored Apr 3, 2024
1 parent 02d4783 commit 6799a92
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 @@ -38,7 +38,7 @@ flume = { workspace = true }
futures = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["default"] }
zenoh = { workspace = true, features = ["unstable"], default-features = false }
zenoh = { workspace = true, features = ["unstable"], default-features = true }
zenoh-core = { workspace = true }
zenoh-macros = { workspace = true }
zenoh-result = { workspace = true }
Expand Down

0 comments on commit 6799a92

Please # to comment.