aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-07 11:09:40 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-07 11:09:40 +0000
commit2e2445444abcde9fc2f50c70a8157958f7d5ddd8 (patch)
tree8c667fc65a65c0e7978add07b72ec532a4b6eb7b /Cargo.lock
parenta46a07eca33f951b3d445e49dcbff3c53962a8e0 (diff)
parent433a8061910a388f777b839eb67f2582f91b6c7a (diff)
Merge #207
207: Finish implementing char validation r=aochagavia a=aochagavia The only thing missing right now are good integration tests (and maybe more descriptive error messages) Co-authored-by: Adolfo OchagavĂ­a <[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 80fbda23c..c1f773055 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -671,6 +671,7 @@ dependencies = [
671name = "ra_syntax" 671name = "ra_syntax"
672version = "0.1.0" 672version = "0.1.0"
673dependencies = [ 673dependencies = [
674 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
674 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 675 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
675 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", 676 "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
676 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 677 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",