aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-30 08:10:13 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-30 08:10:13 +0000
commite2bc57e3c89e469eee772aa8e42df1d453fea922 (patch)
tree1827de7667aa78e10290b866bf939f531c572953
parent748fbb5371b4ec1b2413dde057c3ae6e050481b7 (diff)
parentc97bb8f7e4a62937e44c25b7fa098c6cb6894535 (diff)
Merge #361
361: fix the cancellation bug r=matklad a=matklad See https://github.com/salsa-rs/salsa/pull/103 for the upstream fix Co-authored-by: Aleksey Kladov <[email protected]>
-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" }