diff options
author | Aleksey Kladov <[email protected]> | 2019-08-15 13:18:48 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-15 13:27:00 +0100 |
commit | 1700541e0056691946f7274d7d2e7e6b50300313 (patch) | |
tree | a4a4761312b0ff12165e5b1a7155ccead4e09d71 | |
parent | 343463c824f4672f19be08f4786d3eeb2e7dea9f (diff) |
switch to upstream salsa
-rw-r--r-- | Cargo.lock | 17 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 8 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a0cc5c6e..572e2f424 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1219,7 +1219,7 @@ dependencies = [ | |||
1219 | "ra_syntax 0.1.0", | 1219 | "ra_syntax 0.1.0", |
1220 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "salsa 0.13.0 (git+https://github.com/nikomatsakis/salsa?branch=durability)", | 1222 | "salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | ] | 1223 | ] |
1224 | 1224 | ||
1225 | [[package]] | 1225 | [[package]] |
@@ -1681,24 +1681,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1681 | [[package]] | 1681 | [[package]] |
1682 | name = "salsa" | 1682 | name = "salsa" |
1683 | version = "0.13.0" | 1683 | version = "0.13.0" |
1684 | source = "git+https://github.com/nikomatsakis/salsa?branch=durability#fd1a0bfc333f571180ed986b9bd9f84b06bf9e7b" | 1684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1685 | dependencies = [ | 1685 | dependencies = [ |
1686 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1686 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1687 | "derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1687 | "derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1688 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1688 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1689 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1690 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1689 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1690 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1691 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1693 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1692 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1694 | "salsa-macros 0.13.0 (git+https://github.com/nikomatsakis/salsa?branch=durability)", | 1693 | "salsa-macros 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1695 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1694 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1696 | ] | 1695 | ] |
1697 | 1696 | ||
1698 | [[package]] | 1697 | [[package]] |
1699 | name = "salsa-macros" | 1698 | name = "salsa-macros" |
1700 | version = "0.13.0" | 1699 | version = "0.13.0" |
1701 | source = "git+https://github.com/nikomatsakis/salsa?branch=durability#fd1a0bfc333f571180ed986b9bd9f84b06bf9e7b" | 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1702 | dependencies = [ | 1701 | dependencies = [ |
1703 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1702 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1704 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1703 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2325,8 +2324,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2325 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2324 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
2326 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 2325 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2327 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 2326 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
2328 | "checksum salsa 0.13.0 (git+https://github.com/nikomatsakis/salsa?branch=durability)" = "<none>" | 2327 | "checksum salsa 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3265a2a9bbd384bd2a9f9511c2c18fb41f62c412516052e8934517dc8ff64f1" |
2329 | "checksum salsa-macros 0.13.0 (git+https://github.com/nikomatsakis/salsa?branch=durability)" = "<none>" | 2328 | "checksum salsa-macros 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "377ce29c5660dcc5c3f66660a7e49940b8328e3d940255ef9d4c2be1f7b474a9" |
2330 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" | 2329 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
2331 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2330 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2332 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2331 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
diff --git a/Cargo.toml b/Cargo.toml index 8aff02a0f..e44c9570f 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -6,4 +6,3 @@ incremental = true | |||
6 | debug = 1 # only line info | 6 | debug = 1 # only line info |
7 | 7 | ||
8 | [patch.'crates-io'] | 8 | [patch.'crates-io'] |
9 | salsa = { git = "https://github.com/nikomatsakis/salsa", branch = "durability" } | ||