Skip to content

Commit

Permalink
Add the std feature used in zenoh-result
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Jan 25, 2024
1 parent 6442c49 commit e57c2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ description = { workspace = true }
[dependencies]
lazy_static = { workspace = true }
zenoh-result = { workspace = true, features = ["std"] }
zenoh-collections = { workspace = true }
zenoh-collections = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }

0 comments on commit e57c2c2

Please sign in to comment.