Skip to content

Commit

Permalink
Update dev dep async-std
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 7, 2024
1 parent 07dbe53 commit e497b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gloo-timers = { version = "0.2.0", features = ["futures"], optional = true }
send_wrapper = { version = "0.4.0", optional = true }

[dev-dependencies]
async-std = { version = "1.0.1", features = ["attributes"] }
async-std = { version = "1.13", features = ["attributes"] }
futures = "0.3.1"

[features]
Expand Down

0 comments on commit e497b0f

Please sign in to comment.