aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-04 20:39:54 +0100
committerEdwin Cheng <[email protected]>2019-04-04 20:39:54 +0100
commitc23408751c43ea7e349d8cf27472e546214acef6 (patch)
treef31d692c8785a6b8f492f2f0220d499d8d2db39f /Cargo.lock
parent7713416477fd59348ad60d44f0ec3a3aebcf4b9f (diff)
Add multi-byte token support in tkn tree to ast
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 603abe058..a14312821 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1040,6 +1040,7 @@ dependencies = [
1040name = "ra_mbe" 1040name = "ra_mbe"
1041version = "0.1.0" 1041version = "0.1.0"
1042dependencies = [ 1042dependencies = [
1043 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1043 "ra_parser 0.1.0", 1044 "ra_parser 0.1.0",
1044 "ra_syntax 0.1.0", 1045 "ra_syntax 0.1.0",
1045 "ra_tt 0.1.0", 1046 "ra_tt 0.1.0",