aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-06 09:42:52 +0100
committerGitHub <[email protected]>2020-04-06 09:42:52 +0100
commit972816b6d4b8caf1b37820e9f9331552db70a04f (patch)
tree775b91e3782b9c26a54fcc9997602be6e6ab3d61 /Cargo.lock
parent4f904b2970b060f6e3aae9d843d8dc76b83d262e (diff)
parent2f6914824a7f0443f51d5bba56a926363da869df (diff)
Merge #3843
3843: Remove rustc_lexer dependency in favour of rustc-ap-rustc_lexer r=est31 a=est31 The latter is auto-published on a regular schedule (Right now weekly). See also https://github.com/alexcrichton/rustc-auto-publish Co-authored-by: est31 <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 504db0c72..152c1d307 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1123,8 +1123,8 @@ dependencies = [
1123 "ra_parser", 1123 "ra_parser",
1124 "ra_text_edit", 1124 "ra_text_edit",
1125 "rowan", 1125 "rowan",
1126 "rustc-ap-rustc_lexer",
1126 "rustc-hash", 1127 "rustc-hash",
1127 "rustc_lexer",
1128 "serde", 1128 "serde",
1129 "smol_str", 1129 "smol_str",
1130 "stdx", 1130 "stdx",
@@ -1327,6 +1327,15 @@ dependencies = [
1327] 1327]
1328 1328
1329[[package]] 1329[[package]]
1330name = "rustc-ap-rustc_lexer"
1331version = "652.0.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "3a6a43c4d0889218c5e2ae68ffea239f303fc05ab1078c73f74e63feb87f7889"
1334dependencies = [
1335 "unicode-xid",
1336]
1337
1338[[package]]
1330name = "rustc-demangle" 1339name = "rustc-demangle"
1331version = "0.1.16" 1340version = "0.1.16"
1332source = "registry+https://github.com/rust-lang/crates.io-index" 1341source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1339,15 +1348,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1348checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1340 1349
1341[[package]] 1350[[package]]
1342name = "rustc_lexer"
1343version = "0.1.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
1346dependencies = [
1347 "unicode-xid",
1348]
1349
1350[[package]]
1351name = "ryu" 1351name = "ryu"
1352version = "1.0.3" 1352version = "1.0.3"
1353source = "registry+https://github.com/rust-lang/crates.io-index" 1353source = "registry+https://github.com/rust-lang/crates.io-index"