summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril Feneanar2019-08-27 22:57:47 +0200
committerGitHub2019-08-27 22:57:47 +0200
commit7d11bebc8f2047bb5a26f7f52ae0bd1f60bb6367 (patch)
tree95762c307974eab19a8346646e6046e2ef55af9c /Cargo.lock
parent959c13bc68980fe8bc884e3eb46e5e79272a4eba (diff)
parentcddb3b0a0270cf6d41bbaa1a0e01708e91a9673c (diff)
Merge pull request #107 from Nadrieril/rework-parser
Rework parser macros
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c073fad..f754891 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -107,7 +107,6 @@ dependencies = [
"dhall_generated_parser 0.1.0",
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "improved_slice_patterns 2.0.0",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",