From 532e68692d9a2e5fee895f37d50b9d3e3503017e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 27 Dec 2018 21:02:55 +0300 Subject: fix cancelation? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbb9a09d5..f8228b988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ debug = true # https://github.com/salsa-rs/salsa/pull/75 # and # https://github.com/salsa-rs/salsa/issues/99 -salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" } +salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" } -- cgit v1.2.3