aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-23 11:59:18 +0100
committerAleksey Kladov <[email protected]>2020-07-23 11:59:18 +0100
commit4f7a3fba59269a2b37b78655a10778ba5af796bd (patch)
treec5ef7d1f2a5b5baf2fecaf38657d26b0d5ed79ce /Cargo.lock
parent085891d8855bb905c2ba12c1618bace410253926 (diff)
Replace superslice with API on path to stabilization
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index af7062815..029698808 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1077,7 +1077,7 @@ dependencies = [
1077 "ra_text_edit", 1077 "ra_text_edit",
1078 "rayon", 1078 "rayon",
1079 "rustc-hash", 1079 "rustc-hash",
1080 "superslice", 1080 "stdx",
1081 "test_utils", 1081 "test_utils",
1082] 1082]
1083 1083
@@ -1584,12 +1584,6 @@ name = "stdx"
1584version = "0.1.0" 1584version = "0.1.0"
1585 1585
1586[[package]] 1586[[package]]
1587name = "superslice"
1588version = "1.0.0"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
1591
1592[[package]]
1593name = "syn" 1587name = "syn"
1594version = "1.0.35" 1588version = "1.0.35"
1595source = "registry+https://github.com/rust-lang/crates.io-index" 1589source = "registry+https://github.com/rust-lang/crates.io-index"