From f8d15978e94fa2bc2eba38d89b84c7f612ff88c9 Mon Sep 17 00:00:00 2001
From: Nadrieril
Date: Tue, 15 Sep 2020 00:11:35 +0100
Subject: Release dhall version 0.7.0

---
 serde_dhall/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'serde_dhall')

diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml
index 38d0d40..c7dbb54 100644
--- a/serde_dhall/Cargo.toml
+++ b/serde_dhall/Cargo.toml
@@ -13,7 +13,7 @@ include = ["src/**/*"]
 
 [dependencies]
 serde = { version = "1.0", features = ["derive"] }
-dhall = { version = "= 0.6.0", path = "../dhall" }
+dhall = { version = "= 0.7.0", path = "../dhall" }
 dhall_proc_macros = { version = "= 0.5.0", path = "../dhall_proc_macros" }
 doc-comment = "0.3"
 url = "2.1"
-- 
cgit v1.2.3