summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-10-24 00:30:19 +0100
committerNadrieril2020-10-24 00:30:19 +0100
commitc57c93e7eae16807285b9d546eb5d2eda6a7a6f9 (patch)
tree8e75a956f80c73642e9c14bb67fc327811e626f5 /serde_dhall/Cargo.toml
parentb7f8b3995d6a408b1548487123162527fb088da0 (diff)
Release dhall version 0.7.2
Diffstat (limited to 'serde_dhall/Cargo.toml')
-rw-r--r--serde_dhall/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml
index cf955a1..2ac923e 100644
--- a/serde_dhall/Cargo.toml
+++ b/serde_dhall/Cargo.toml
@@ -17,7 +17,7 @@ reqwest = [ "dhall/reqwest" ]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
-dhall = { version = "= 0.7.0", path = "../dhall", default-features = false }
+dhall = { version = "= 0.7.2", path = "../dhall", default-features = false }
dhall_proc_macros = { version = "= 0.5.0", path = "../dhall_proc_macros" }
doc-comment = "0.3"
url = "2.1"