aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-30 08:09:17 +0000
committerAleksey Kladov <[email protected]>2018-12-30 08:09:17 +0000
commitc97bb8f7e4a62937e44c25b7fa098c6cb6894535 (patch)
tree1827de7667aa78e10290b866bf939f531c572953
parent748fbb5371b4ec1b2413dde057c3ae6e050481b7 (diff)
fix the cancellation bug
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95830561d..dd8499c06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,6 @@ members = [ "crates/*" ]
4[profile.release] 4[profile.release]
5incremental = true 5incremental = true
6debug = true 6debug = true
7
8[patch.'crates-io']
9salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }