]> git.lizzy.rs Git - rust.git/blobdiff - crates/base_db/Cargo.toml
Merge #10600
[rust.git] / crates / base_db / Cargo.toml
index 69173ad1f3b55ee1453f41d47569deaffffdd838..15ada0f34a880d2b1ef65456a0fcd13e712bf545 100644 (file)
@@ -3,14 +3,13 @@ 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.17.0-pre.1"
+salsa = "0.17.0-pre.2"
 rustc-hash = "1.1.0"
 
 syntax = { path = "../syntax", version = "0.0.0" }
@@ -19,4 +18,3 @@ 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" }
-stdx = { path = "../stdx", version = "0.0.0" }