Skip to content

Commit

Permalink
Update Rust crate async-std to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2022
1 parent a55dfce commit 0d3050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ url = "2.2.2"
env_logger = "0.9.0"
ic_test_common = { path = "../../ic_test_common" }
rstest = "0.12.0"
async-std = { version = "1.10", features = ["attributes"] }
async-std = { version = "1.12", features = ["attributes"] }

0 comments on commit 0d3050e

Please sign in to comment.