]> git.lizzy.rs Git - rust.git/blobdiff - crates/base_db/Cargo.toml
Merge #10600
[rust.git] / crates / base_db / Cargo.toml
index 7347d7528ccabba48d4fae546859379273243eb5..15ada0f34a880d2b1ef65456a0fcd13e712bf545 100644 (file)
@@ -1,21 +1,20 @@
 [package]
 name = "base_db"
 version = "0.0.0"
+description = "TBD"
 license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
 edition = "2018"
 
 [lib]
 doctest = false
 
 [dependencies]
-salsa = "0.15.2"
+salsa = "0.17.0-pre.2"
 rustc-hash = "1.1.0"
 
-syntax = { path = "../syntax" }
-cfg = { path = "../cfg" }
-profile = { path = "../profile" }
-tt = { path = "../tt" }
-test_utils = { path = "../test_utils" }
-vfs = { path = "../vfs" }
-stdx = { path = "../stdx" }
+syntax = { path = "../syntax", version = "0.0.0" }
+cfg = { path = "../cfg", version = "0.0.0" }
+profile = { path = "../profile", version = "0.0.0" }
+tt = { path = "../tt", version = "0.0.0" }
+test_utils = { path = "../test_utils", version = "0.0.0" }
+vfs = { path = "../vfs", version = "0.0.0" }