Skip to content

Commit

Permalink
m: Remove unused memchr dependency
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored Sep 23, 2023
1 parent ff67cb9 commit ecddfde
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 @@ -19,7 +19,7 @@ async-lock = "2.6"
async-task = "4.0.0"
concurrent-queue = "2.0.0"
fastrand = "2.0.0"
futures-lite = "1.11.0"
futures-lite = { version = "1.11.0", default-features = false }
slab = "0.4.4"

[dev-dependencies]
Expand Down

0 comments on commit ecddfde

Please sign in to comment.