aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-27 18:02:55 +0000
committerAleksey Kladov <[email protected]>2018-12-27 18:02:55 +0000
commit532e68692d9a2e5fee895f37d50b9d3e3503017e (patch)
treec25374be95b3791a43ffb0ddbf0a03b2fb199f9d /Cargo.toml
parent095843119e703a756047dfe25514fdcc93425341 (diff)
fix cancelation?
Diffstat (limited to 'Cargo.toml')
-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" }