2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-09 09:56:42 +00:00
This commit is contained in:
Ben Beasley 2025-03-24 18:34:30 +08:00 committed by GitHub
commit 3e9752953a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ once_cell = { version = "1.3.1", optional = true }
pin-project-lite = { version = "0.2.0", optional = true }
pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", optional = true }
async-channel = { version = "1.8.0", optional = true }
async-channel = { version = "2.2.0", optional = true }
# dev dependency, but they are not allowed to be optional :/
surf = { version = "2.0.0", optional = true }