summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-04-15 18:00:43 +0200
committerNadrieril2019-04-15 18:01:45 +0200
commit2e6a2955e45e33aed285224eec291500375e5eb5 (patch)
tree7407c0ee6375f2eedfc8d4e0cff35ec19b7e8142 /Cargo.lock
parent7f0d5d7b697505d23afa4955b64daf6af52d2e1a (diff)
Seriously, trailing slash?
Diffstat (limited to '')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f52ce3..097dd89 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ dependencies = [
[[package]]
name = "abnf_to_pest"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"abnf 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -93,7 +93,7 @@ dependencies = [
name = "dhall_generated_parser"
version = "0.1.0"
dependencies = [
- "abnf_to_pest 0.1.0",
+ "abnf_to_pest 0.1.1",
"pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",