Skip to content

Commit

Permalink
chore: change tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Aug 7, 2024
1 parent 4d7d523 commit c77c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ rustdoc-args = ["--cfg=docsrs"]
features = ["hyper"]

[target.'cfg(not(target_family = "wasm"))'.build-dependencies]
tokio = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
candid = { workspace = true }
ic-agent = { version = "0.37"}

0 comments on commit c77c92b

Please sign in to comment.