aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-12-28 16:11:45 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-12-28 16:11:45 +0000
commit9d6740a9c9ad2ca47c4885bd994f849e90bbef86 (patch)
treeb620995eb82282fef1f35b54fc3c9abce7c37b12 /Cargo.toml
parent161054a616835ff5eebbc6692c8795c049b8b0d7 (diff)
parent13631a2955cd8fbd400b3a4b7fbf884ee3fbdc47 (diff)
Merge #351
351: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8228b988..95830561d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,10 +4,3 @@ members = [ "crates/*" ]
4[profile.release] 4[profile.release]
5incremental = true 5incremental = true
6debug = true 6debug = true
7
8
9[patch.'crates-io']
10# https://github.com/salsa-rs/salsa/pull/75
11# and
12# https://github.com/salsa-rs/salsa/issues/99
13salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }