summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-12-21 23:01:41 +0000
committerNadrieril2019-12-21 23:01:41 +0000
commit6e6094731a3b6a8ff2adc23f8ecae43b25d02731 (patch)
tree240bd076994904ee173213b77efa7b122d1f2495 /serde_dhall/Cargo.toml
parentbe9510bc21724077fd27dcdb3825557475a6bb44 (diff)
Bump dhall version
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 8c75f68..0dd0cd5 100644
--- a/serde_dhall/Cargo.toml
+++ b/serde_dhall/Cargo.toml
@@ -11,5 +11,5 @@ edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
-dhall = { version = "0.1.0", path = "../dhall" }
+dhall = { version = "0.1.1", path = "../dhall" }
dhall_proc_macros = { version = "0.1.0", path = "../dhall_proc_macros" }