Update Cargo.toml

This commit is contained in:
Jonathan Turner 2020-10-14 06:44:06 +13:00 committed by GitHub
parent 4a70c1ff4f
commit 1a18734f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,3 @@ nu-source = {path = "../nu-source", version = "0.21.0"}
indexmap = {version = "1.6.0", features = ["serde-1"]}
itertools = "0.9.0"
num-traits = "0.2.12"
[dev-dependencies]
nu-test-support = {path = "../nu-test-support", version = "0.20.0"}