diff options
author | Aleksey Kladov <[email protected]> | 2018-12-27 18:02:55 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-12-27 18:02:55 +0000 |
commit | 532e68692d9a2e5fee895f37d50b9d3e3503017e (patch) | |
tree | c25374be95b3791a43ffb0ddbf0a03b2fb199f9d | |
parent | 095843119e703a756047dfe25514fdcc93425341 (diff) |
fix cancelation?
-rw-r--r-- | Cargo.toml | 2 |
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 |
13 | salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" } | 13 | salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" } |