Skip to content

Commit

Permalink
deps: added explict async-std dependency to force rest-plugin with a …
Browse files Browse the repository at this point in the history
…tokio runtime

Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Sep 17, 2024
1 parent f822b0c commit 59e33f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ name = "zenoh_plugin_rest"
crate-type = ["cdylib", "rlib"]

[dependencies]
async-std = { version = "1.6.5", features = ["tokio1"] }
anyhow = { workspace = true, features = ["default"] }
base64 = { workspace = true }
flume = { workspace = true }
Expand Down

0 comments on commit 59e33f4

Please sign in to comment.