diff options
author | Basile Henry | 2020-10-17 00:40:04 +0200 |
---|---|---|
committer | Basile Henry | 2020-10-25 15:49:23 +0000 |
commit | 2a2fd640ae57aa4149d28d84e9834bbd7c71e15b (patch) | |
tree | e52fbcbd4b9b44f1c30ef62a2cfcccd37f8c9931 | |
parent | 49e202de4478c2933f9179ea23efc7d991c35381 (diff) |
Use dhall-lang v19.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | dhall-lang | 0 |
3 files changed, 3 insertions, 1 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) @@ -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 -Subproject 4ecd748e574df6b3e568090077042d184298a7e +Subproject e1e726f9e835f0b9ea61f8f193eff93778af2a2 |