aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 11:05:34 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-30 11:05:34 +0100
commit6b88735fe6cd3b259816c7c90a2675ee057c9e4c (patch)
treefc6c0dc656db1722c6aed345d3036be46969b4b5 /Cargo.toml
parentf2cb94db77d6864d3f4a54b493eba388271425f0 (diff)
parent54f77ad68dc47ca8d99a12f1467bebe8e5441d7e (diff)
Merge #1351
1351: switch to upstream salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fc55fa90..c5155e899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,3 @@ incremental = true
6debug = true 6debug = true
7 7
8[patch.'crates-io'] 8[patch.'crates-io']
9salsa = {git = "https://github.com/salsa-rs/salsa", rev = "2485cb6" } # https://github.com/salsa-rs/salsa/pull/167