summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-06-25 14:35:25 +0100
committerNadrieril2020-06-25 15:13:48 +0100
commit61ad94761e8428c19ca06ebb100cd4ee06c02f5a (patch)
tree93b2dbbc70ff977a9e160ed7053ba95c9cdd2c20 /README.md
parentac7e39a752c41c06155e27e84404c67c1341065d (diff)
spec: support Dhall v17.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 d1a3b18..6bce4e5 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 `16.0.0`.
+standard](https://github.com/dhall-lang/dhall-lang) version `17.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)