From 724862a1a4da8bbb04728bd9264938c0102151c5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 22 Dec 2018 16:45:57 +0300 Subject: workaround salsa/parking-log bug https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101 --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 95830561d..cbb9a09d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,10 @@ members = [ "crates/*" ] [profile.release] incremental = true debug = true + + +[patch.'crates-io'] +# https://github.com/salsa-rs/salsa/pull/75 +# and +# https://github.com/salsa-rs/salsa/issues/99 +salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" } -- cgit v1.2.3