Merge pull request #22504 from Veykril/veykril/push-yuuqyxytkkno

Enable salsa feature for syntax-bridge
diff --git a/crates/syntax-bridge/Cargo.toml b/crates/syntax-bridge/Cargo.toml
index c928f23..a539cea 100644
--- a/crates/syntax-bridge/Cargo.toml
+++ b/crates/syntax-bridge/Cargo.toml
@@ -20,8 +20,7 @@
 parser.workspace = true
 tt.workspace = true
 stdx.workspace = true
-# span = {workspace = true, default-features = false} does not work
-span = { path = "../span", version = "0.0.0", default-features = false}
+span.workspace = true
 intern.workspace = true
 
 [dev-dependencies]