diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml index f8228b988..95830561d 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -4,10 +4,3 @@ members = [ "crates/*" ] | |||
4 | [profile.release] | 4 | [profile.release] |
5 | incremental = true | 5 | incremental = true |
6 | debug = true | 6 | debug = true |
7 | |||
8 | |||
9 | [patch.'crates-io'] | ||
10 | # https://github.com/salsa-rs/salsa/pull/75 | ||
11 | # and | ||
12 | # https://github.com/salsa-rs/salsa/issues/99 | ||
13 | salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" } | ||