Skip to content

Commit ecddfde

Browse files
authored
m: Remove unused memchr dependency
Signed-off-by: John Nunley <[email protected]>
1 parent ff67cb9 commit ecddfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-lock = "2.6"
1919
async-task = "4.0.0"
2020
concurrent-queue = "2.0.0"
2121
fastrand = "2.0.0"
22-
futures-lite = "1.11.0"
22+
futures-lite = { version = "1.11.0", default-features = false }
2323
slab = "0.4.4"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)