mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-04 15:36:40 +00:00
Cargo.toml: Fix typo (depencency -> dependency) and spacing
This commit is contained in:
parent
dc7d520930
commit
8f18e8de39
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue