Skip to content

Commit

Permalink
Fix zenoh-link-unixpipe crate standalone compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 27, 2023
1 parent fbe48c5 commit 7b07ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/zenoh-links/zenoh-link-unixpipe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async-std = { workspace = true }
async-trait = { workspace = true }
async-io = ">= 1.13.0"
log = { workspace = true }
rand = { workspace = true }
rand = { workspace = true, features = ["default"] }
zenoh-buffers = { workspace = true }
zenoh-core = { workspace = true }
zenoh-config = { workspace = true }
Expand Down

0 comments on commit 7b07ca3

Please sign in to comment.