aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-25 20:27:16 +0000
committerAleksey Kladov <[email protected]>2019-01-25 20:27:16 +0000
commit1fd18f020dcf01a441925ac0a368a31f3ddf4047 (patch)
tree8468850033bff56da6829451922e5d90ce804fd2 /Cargo.lock
parentd65dca6bb3844d71ca14c396497783cbf9650e4a (diff)
:arrow_up: salsa
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 6 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a8113a87d..473a74a32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -726,7 +726,7 @@ dependencies = [
726 "ra_syntax 0.1.0", 726 "ra_syntax 0.1.0",
727 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 727 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
728 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 728 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
729 "salsa 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)", 729 "salsa 0.10.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)",
730 "test_utils 0.1.0", 730 "test_utils 0.1.0",
731] 731]
732 732
@@ -746,7 +746,6 @@ dependencies = [
746 "ra_syntax 0.1.0", 746 "ra_syntax 0.1.0",
747 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 747 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
748 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 748 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
749 "salsa 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)",
750 "test_utils 0.1.0", 749 "test_utils 0.1.0",
751] 750]
752 751
@@ -768,7 +767,6 @@ dependencies = [
768 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 767 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
769 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 768 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
770 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 769 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
771 "salsa 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)",
772 "test_utils 0.1.0", 770 "test_utils 0.1.0",
773 "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 771 "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
774] 772]
@@ -1091,7 +1089,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1091 1089
1092[[package]] 1090[[package]]
1093name = "salsa" 1091name = "salsa"
1094version = "0.10.0-alpha3" 1092version = "0.10.0-alpha4"
1095source = "registry+https://github.com/rust-lang/crates.io-index" 1093source = "registry+https://github.com/rust-lang/crates.io-index"
1096dependencies = [ 1094dependencies = [
1097 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 1095 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1100,13 +1098,13 @@ dependencies = [
1100 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1098 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1101 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1099 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1102 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1100 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1103 "salsa-macros 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)", 1101 "salsa-macros 0.10.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)",
1104 "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", 1102 "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
1105] 1103]
1106 1104
1107[[package]] 1105[[package]]
1108name = "salsa-macros" 1106name = "salsa-macros"
1109version = "0.10.0-alpha3" 1107version = "0.10.0-alpha4"
1110source = "registry+https://github.com/rust-lang/crates.io-index" 1108source = "registry+https://github.com/rust-lang/crates.io-index"
1111dependencies = [ 1109dependencies = [
1112 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1110 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1697,8 +1695,8 @@ dependencies = [
1697"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1695"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1698"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" 1696"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
1699"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" 1697"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
1700"checksum salsa 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)" = "135c0977b23f8a9dc16744dd5495989110e3763ba5ea41e386741c7f8901e285" 1698"checksum salsa 0.10.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)" = "3f442595eae948da8fbb2aa1e13940d9d2d70031753a27a5d1434f91b706ff12"
1701"checksum salsa-macros 0.10.0-alpha3 (registry+https://github.com/rust-lang/crates.io-index)" = "c9c93b5efed7281334c4bed8470b278076d1ccd6a60da59a15cd0d57792afff8" 1699"checksum salsa-macros 0.10.0-alpha4 (registry+https://github.com/rust-lang/crates.io-index)" = "2e6c1a1bee4eb44881438e80c1a26db1c3b957b6cc51765615d429019babdec2"
1702"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" 1700"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
1703"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 1701"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1704"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1702"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"