summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNadrieril2019-08-16 11:16:33 +0200
committerNadrieril2019-08-16 11:16:33 +0200
commite8bf879471708ac2cc03df904d14a618daaf2132 (patch)
tree8e588c4e811b81111faba058efd079b1194ab270 /Cargo.lock
parent509743469035582d916e6a2f331fd5018c81447e (diff)
dhall_proc_macros actually does not depend on dhall_syntax anymore
Diffstat (limited to '')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 72b5423..ccd8520 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -93,7 +93,6 @@ dependencies = [
name = "dhall_proc_macros"
version = "0.1.0"
dependencies = [
- "dhall_syntax 0.1.0",
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",