aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
committerAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
commit18ed3517474dbc41586f71b22c72bf083be3dca9 (patch)
tree1d6de28985e14bc9c53051e8d729218fb65ef3c0 /Cargo.toml
parent615b59aea09d4bd55c3e3a72e9aab86810107ca6 (diff)
:arrow_up: parking_lot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5155e899..3fc55fa90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ 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