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

Cargo.toml: Fix typo (depencency -> dependency) and spacing
pull/1022/head
Josh Triplett 2 years ago committed by GitHub
commit 521887c353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,7 +76,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", 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 }

Loading…
Cancel
Save