diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 95830561d..dd8499c06 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -4,3 +4,6 @@ members = [ "crates/*" ] | |||
4 | [profile.release] | 4 | [profile.release] |
5 | incremental = true | 5 | incremental = true |
6 | debug = true | 6 | debug = true |
7 | |||
8 | [patch.'crates-io'] | ||
9 | salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" } | ||