From c97bb8f7e4a62937e44c25b7fa098c6cb6894535 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 30 Dec 2018 11:09:17 +0300 Subject: fix the cancellation bug --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 95830561d..dd8499c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ members = [ "crates/*" ] [profile.release] incremental = true debug = true + +[patch.'crates-io'] +salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" } -- cgit v1.2.3