aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-10 10:04:04 +0000
committerAleksey Kladov <[email protected]>2019-01-10 10:04:04 +0000
commitf72c031eb9a15f25834a7980008db764ff2867a0 (patch)
treea3560becba476775f18c996293d6d5892e7611f0 /Cargo.lock
parent64455ad701c8bce6e35793042f5e2ec177e12f7e (diff)
implement RefUnwindSafe
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eb053a09c..74e9d0e6e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1024,7 +1024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1024[[package]] 1024[[package]]
1025name = "salsa" 1025name = "salsa"
1026version = "0.9.1" 1026version = "0.9.1"
1027source = "git+https://github.com/matklad/salsa?branch=panic-hooks#add15d83eaa865571cd33e60b2eb611a366ca3ff" 1027source = "git+https://github.com/matklad/salsa?branch=panic-hooks#a17757bbaaadeed4839366745b848d66ac991cd0"
1028dependencies = [ 1028dependencies = [
1029 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 1029 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
1030 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1030 "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",