aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbb9a09d5..f8228b988 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,4 @@ debug = true
10# https://github.com/salsa-rs/salsa/pull/75 10# https://github.com/salsa-rs/salsa/pull/75
11# and 11# and
12# https://github.com/salsa-rs/salsa/issues/99 12# https://github.com/salsa-rs/salsa/issues/99
13salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" } 13salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }