From a34ab5238905c21627b275f6a12fefd337e1d49f Mon Sep 17 00:00:00 2001 From: Chloe Martin Date: Thu, 22 Aug 2024 15:25:50 -0400 Subject: [PATCH] update async_task --- msim/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/msim/Cargo.toml b/msim/Cargo.toml index b3dbf33..de80152 100644 --- a/msim/Cargo.toml +++ b/msim/Cargo.toml @@ -41,9 +41,7 @@ tokio-util = { git = "ssh://git@github.com/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"