Skip to content

Commit

Permalink
Update futures-buffered to fix no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
Easyoakland authored Oct 22, 2024
1 parent fc9ad5e commit 06dd954
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 @@ -38,7 +38,7 @@ futures-lite = { version = "1.12.0", default-features = false }
pin-project = "1.0.8"
slab = { version = "0.4.8", optional = true }
smallvec = { version = "1.11.0", optional = true }
futures-buffered = "0.2.6"
futures-buffered = "0.2.9"

[dev-dependencies]
async-io = "2.3.2"
Expand Down

0 comments on commit 06dd954

Please sign in to comment.