From 2a2fd640ae57aa4149d28d84e9834bbd7c71e15b Mon Sep 17 00:00:00 2001 From: Basile Henry Date: Sat, 17 Oct 2020 00:40:04 +0200 Subject: Use dhall-lang v19.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- dhall-lang | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed1e64..f1b3a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### [Unreleased] +- BREAKING CHANGE: Support Dhall v19.0.0 + #### [0.7.3] - 2020-10-24 - Add a `SimpleValue` type to the public interface (https://github.com/Nadrieril/dhall-rust/pull/183) diff --git a/README.md b/README.md index b5c38bf..d29fad7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ assert_eq!(deserialized_map, expected_map); ## Standard-compliance This implementation currently supports most of the [Dhall -standard](https://github.com/dhall-lang/dhall-lang) version `18.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `19.0.0`. The main missing feature is import headers. See [here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance) diff --git a/dhall-lang b/dhall-lang index 4ecd748..e1e726f 160000 --- a/dhall-lang +++ b/dhall-lang @@ -1 +1 @@ -Subproject commit 4ecd748e574df6b3e568090077042d184298a7e4 +Subproject commit e1e726f9e835f0b9ea61f8f193eff93778af2a28 -- cgit v1.2.3