]> git.lizzy.rs Git - rust.git/blobdiff - crates/test_utils/Cargo.toml
Add version to deps in cargo.toml
[rust.git] / crates / test_utils / Cargo.toml
index 6821db1e8117f8a9cdcbe21a2922b389f136f5b2..d60b88add9c6a84d452a537d40bb897799f094b7 100644 (file)
@@ -1,8 +1,9 @@
 [package]
-edition = "2018"
 name = "test_utils"
-version = "0.1.0"
+version = "0.0.0"
+license = "MIT OR Apache-2.0"
 authors = ["rust-analyzer developers"]
+edition = "2018"
 
 [lib]
 doctest = false
@@ -13,4 +14,5 @@ difference = "2.0.0"
 text-size = "1.0.0"
 serde_json = "1.0.48"
 rustc-hash = "1.1.0"
-stdx = { path = "../stdx" }
+
+stdx = { path = "../stdx", version = "0.0.0" }