diff --git a/Cargo.toml b/Cargo.toml
index 95830561d29..dd8499c069d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,6 @@ members = [ "crates/*" ]
 [profile.release]
 incremental = true
 debug = true
+
+[patch.'crates-io']
+salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }