aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-15 19:25:54 +0100
committerAleksey Kladov <[email protected]>2018-10-15 19:25:54 +0100
commit062019590d70279d82fef3a60a2caf9490f8b97b (patch)
tree9519620f51adfe64716d3ec8f11ecf88bfad0839 /Cargo.lock
parentd783371b862c15d6d402d68e8edce4e37d63796c (diff)
Switch to the master of salsa
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 98f06f53a..c18ee2f44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -619,7 +619,8 @@ dependencies = [
619 "ra_syntax 0.1.0", 619 "ra_syntax 0.1.0",
620 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 620 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
621 "relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 621 "relative-path 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
622 "salsa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 622 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
623 "salsa 0.4.1 (git+https://github.com/salsa-rs/salsa?rev=20c9fbf)",
623 "test_utils 0.1.0", 624 "test_utils 0.1.0",
624] 625]
625 626
@@ -845,13 +846,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
845[[package]] 846[[package]]
846name = "salsa" 847name = "salsa"
847version = "0.4.1" 848version = "0.4.1"
848source = "registry+https://github.com/rust-lang/crates.io-index" 849source = "git+https://github.com/salsa-rs/salsa?rev=20c9fbf#20c9fbf45c0201e39cfeda4c939160ad1c35132c"
849dependencies = [ 850dependencies = [
850 "derive-new 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", 851 "derive-new 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
851 "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 852 "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
852 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", 853 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
853 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 854 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
854 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 855 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
856 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
855] 857]
856 858
857[[package]] 859[[package]]
@@ -1350,7 +1352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1350"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1352"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1351"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" 1353"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
1352"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" 1354"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
1353"checksum salsa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7a4bcb8e4e81d092709a98130025666d255c8821970dcb9347d05f928e3d505" 1355"checksum salsa 0.4.1 (git+https://github.com/salsa-rs/salsa?rev=20c9fbf)" = "<none>"
1354"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c" 1356"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
1355"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 1357"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1356"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1358"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"