aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db
diff options
context:
space:
mode:
Diffstat (limited to 'crates/base_db')
-rw-r--r--crates/base_db/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/base_db/Cargo.toml b/crates/base_db/Cargo.toml
index 7347d7528..c343b22ee 100644
--- a/crates/base_db/Cargo.toml
+++ b/crates/base_db/Cargo.toml
@@ -12,10 +12,10 @@ doctest = false
12salsa = "0.15.2" 12salsa = "0.15.2"
13rustc-hash = "1.1.0" 13rustc-hash = "1.1.0"
14 14
15syntax = { path = "../syntax" } 15syntax = { path = "../syntax", version = "0.0.0" }
16cfg = { path = "../cfg" } 16cfg = { path = "../cfg", version = "0.0.0" }
17profile = { path = "../profile" } 17profile = { path = "../profile", version = "0.0.0" }
18tt = { path = "../tt" } 18tt = { path = "../tt", version = "0.0.0" }
19test_utils = { path = "../test_utils" } 19test_utils = { path = "../test_utils", version = "0.0.0" }
20vfs = { path = "../vfs" } 20vfs = { path = "../vfs", version = "0.0.0" }
21stdx = { path = "../stdx" } 21stdx = { path = "../stdx", version = "0.0.0" }