Remove outdated note in Cargo.toml (#891)

This commit is contained in:
Casey Rodarmor 2021-07-03 12:35:27 -07:00 committed by GitHub
parent 9ecf8ab027
commit ee3b7714f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,6 @@ pretty_assertions = "0.7.0"
which = "4.0.0" which = "4.0.0"
yaml-rust = "0.4.5" yaml-rust = "0.4.5"
# Until github.com/rust-lang/cargo/pull/7333 makes it into stable,
# this version-less dev-dependency will interfere with publishing
# to crates.io. In the meantime, we can publish with nighlty cargo.
[dev-dependencies.test-utilities] [dev-dependencies.test-utilities]
path = "test-utilities" path = "test-utilities"