aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-28 16:10:31 +0000
committerAleksey Kladov <[email protected]>2018-12-28 16:10:31 +0000
commit13631a2955cd8fbd400b3a4b7fbf884ee3fbdc47 (patch)
treeb620995eb82282fef1f35b54fc3c9abce7c37b12 /Cargo.toml
parent161054a616835ff5eebbc6692c8795c049b8b0d7 (diff)
:arrow_up: salsa
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" }