diff options
author | Aleksey Kladov <[email protected]> | 2019-01-10 10:40:43 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-10 10:40:43 +0000 |
commit | 495a7ea9f78209435579453b83726e50f339e50e (patch) | |
tree | 1d0406d085703aecc654c011035054e3514c5f9c | |
parent | 86bc898a2fa5818eac4b87714b59970023acc60f (diff) |
upgrade salsa
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 74e9d0e6e..dba94aa6b 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]] |
1025 | name = "salsa" | 1025 | name = "salsa" |
1026 | version = "0.9.1" | 1026 | version = "0.9.1" |
1027 | source = "git+https://github.com/matklad/salsa?branch=panic-hooks#a17757bbaaadeed4839366745b848d66ac991cd0" | 1027 | source = "git+https://github.com/matklad/salsa?branch=panic-hooks#88313c80302c831ebc7601912ab3f11ad37e6bc2" |
1028 | dependencies = [ | 1028 | dependencies = [ |
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)", |