From ffb7cff2ff317c81248a680e4899fa45eed00daa Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 14 Sep 2020 22:20:04 +0100 Subject: spec: update to 17.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 634c7c1..3387539 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 `17.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `17.1.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) -- cgit v1.2.3 From d1ac40eea5d1e62762c4a20ba9d2dc5ed0d5e06e Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 14 Sep 2020 23:11:12 +0100 Subject: spec!: support Dhall v18.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3387539..1f708c7 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 `17.1.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `18.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) -- cgit v1.2.3