]> 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 e719f4f7c1a4c83e4683c77e19eb2b52eba22e46..d60b88add9c6a84d452a537d40bb897799f094b7 100644 (file)
@@ -1,9 +1,9 @@
 [package]
-edition = "2018"
 name = "test_utils"
-version = "0.1.0"
-authors = ["rust-analyzer developers"]
+version = "0.0.0"
 license = "MIT OR Apache-2.0"
+authors = ["rust-analyzer developers"]
+edition = "2018"
 
 [lib]
 doctest = false
@@ -14,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" }