Skip to content

Commit

Permalink
update async_task
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Aug 22, 2024
1 parent 7c3b310 commit a34ab52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions msim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ tokio-util = { git = "ssh://[email protected]/iotaledger/tokio-madsim-fork.git", br
toml = "0.8"
socket2 = "0.5"
erasable = "1.2"

# TODO: revert back to the crates-io version after https://github.com/smol-rs/async-task/pull/34 merges
async-task = { git = "https://github.com/mystenmark/async-task", rev = "4e45b26e11126b191701b9b2ce5e2346b8d7682f" }
async-task = "4.7"

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit a34ab52

Please sign in to comment.