summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBasile Henry2020-10-17 00:40:04 +0200
committerBasile Henry2020-10-25 15:49:23 +0000
commit2a2fd640ae57aa4149d28d84e9834bbd7c71e15b (patch)
treee52fbcbd4b9b44f1c30ef62a2cfcccd37f8c9931 /README.md
parent49e202de4478c2933f9179ea23efc7d991c35381 (diff)
Use dhall-lang v19.0
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5c38bf..d29fad7 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 `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)