2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-27 10:46:49 +00:00

Merge pull request #1021 from joshtriplett/cargo-toml-typo

Cargo.toml: Fix typo (depencency -> dependency) and spacing
This commit is contained in:
Josh Triplett 2022-06-02 10:07:02 -07:00 committed by GitHub
commit 521887c353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", optional = true } slab = { version = "0.4.2", optional = true }
async-channel = { version = "1.5.1", optional = true } async-channel = { version = "1.5.1", optional = true }
# Devdepencency, but they are not allowed to be optional :/ # dev dependency, but they are not allowed to be optional :/
surf = { version = "2.0.0", optional = true } surf = { version = "2.0.0", optional = true }