summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-09-14 23:11:12 +0100
committerNadrieril2020-09-14 23:19:49 +0100
commitd1ac40eea5d1e62762c4a20ba9d2dc5ed0d5e06e (patch)
treeb7aa0f75932426461234e4b7568a6681247482ff /README.md
parent7e523ae1903ae2d8bca8b3a8352167d7bac5b2b5 (diff)
spec!: support Dhall v18.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)