Skip to content

Commit

Permalink
Remove async-std from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 13, 2024
1 parent ee950d5 commit 914dd89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ mockall_double = "0.3.1"
cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }
mockall = "0.12.1"
rstest = "0.19.0"
# Required by rstest (rstest doesn't support tokio)
async-std = { version = "1.12.0", features = ["attributes"] }

[workspace]
members = [".", "examples/*"]
Expand Down

0 comments on commit 914dd89

Please sign in to comment.