summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-06-25 13:48:39 +0100
committerNadrieril2020-06-25 15:12:09 +0100
commit8ca63c1cd953f2f480b25d63727a30da7a3c43df (patch)
treebfb7d79d0a086ca34197a709d002b113164963a3 /README.md
parent233e17abd5ec68f2a964954fb42c23705e6fa62d (diff)
spec: support Dhall v16.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 cad82f8..d1a3b18 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 `15.0.0`.
+standard](https://github.com/dhall-lang/dhall-lang) version `16.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)