Skip to content

Commit

Permalink
chore: change .toml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Aug 6, 2024
1 parent 32aa872 commit 4d7d523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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, features = ["macros", "rt-multi-thread"] }
tokio = { workspace = true }
candid = { workspace = true }
ic-agent = { version = "0.37.1"}
ic-agent = { version = "0.37"}

0 comments on commit 4d7d523

Please sign in to comment.