From 0d20b0070079b86372c98e8c3f01132253ae4196 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 9 Apr 2020 21:48:26 +0100 Subject: Release dhall version 0.5.1 --- serde_dhall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serde_dhall/Cargo.toml') diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml index d6e8d9f..46aff74 100644 --- a/serde_dhall/Cargo.toml +++ b/serde_dhall/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } -dhall = { version = "= 0.5.0", path = "../dhall" } +dhall = { version = "= 0.5.1", path = "../dhall" } dhall_proc_macros = { version = "= 0.5.0", path = "../dhall_proc_macros" } doc-comment = "0.3" reqwest = { version = "0.10", features = ["blocking"] } -- cgit v1.2.3