Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/Cargo.toml')
-rw-r--r--crates/span/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml
index 097a056c99..b3b401c3db 100644
--- a/crates/span/Cargo.toml
+++ b/crates/span/Cargo.toml
@@ -12,7 +12,7 @@ authors.workspace = true
[dependencies]
la-arena.workspace = true
-ra-salsa = { workspace = true, optional = true }
+salsa = { workspace = true, optional = true }
rustc-hash.workspace = true
hashbrown.workspace = true
text-size.workspace = true
@@ -23,7 +23,7 @@ syntax.workspace = true
stdx.workspace = true
[features]
-default = ["ra-salsa"]
+default = ["salsa"]
[lints]
workspace = true