summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBasile Henry2020-10-25 18:30:57 +0100
committerGitHub2020-10-25 18:30:57 +0100
commit8f15b9a53f85ec1f806a36c5d1a0fe455e077e70 (patch)
tree32d311e0aff29e77b167c95a0051d916b2788c4c /README.md
parent49e202de4478c2933f9179ea23efc7d991c35381 (diff)
parent0f2522aadcc81481b14c8611db2777670a85ab32 (diff)
Merge pull request #181 from basile-henry/text-replace
Implement Text/replace
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)