Update Cargo.toml

This commit is contained in:
Pavan Kumar Sunkara 2020-10-31 08:49:57 +01:00 committed by GitHub
parent dd84b7a24d
commit c070146a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.106", features = ["derive"] }
stdx = { path = "../stdx", version = "0.0.0" }
text_edit = { path = "../text_edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
test_utils = { path = "../test_utils" }
test_utils = { path = "../test_utils", version = "0.0.0" }
[dev-dependencies]
walkdir = "2.3.1"