aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-10 14:01:44 +0100
committerGitHub <[email protected]>2019-09-10 14:01:44 +0100
commit9d3c78e2eee6635772c99d7351b621cefb08bac5 (patch)
tree14e74b81c7195bcd5b308e799c3fd447e76274ca /Cargo.lock
parente2ebb467bdf3ebb7d29260adb95c56594c6db282 (diff)
parented726081d1df2fb6a1c21101996dcae203f79021 (diff)
Merge #1801
1801: WIP: switch to fully decomposed tokens internally r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9092a87d3..6f1e4128b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1051,6 +1051,7 @@ dependencies = [
1051 "ra_tt 0.1.0", 1051 "ra_tt 0.1.0",
1052 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1052 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1053 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 1053 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1054 "test_utils 0.1.0",
1054] 1055]
1055 1056
1056[[package]] 1057[[package]]