summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-18 12:54:04 +0000
committerNadrieril2020-03-18 12:54:45 +0000
commitca3ba139a21337add76fbf48eee3b2b1b82adaef (patch)
tree7005a8eac47b8758ddf07e091a7fa3dc3d0d7c47 /README.md
parentf90f00c38861a49eba950a59424be8796f266524 (diff)
Setup CI to test with various toolchains
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 551aeb1..dc5a07e 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ expected_map.insert("y".to_string(), 2);
assert_eq!(deserialized_map, expected_map);
```
+`dhall` requires Rust >= 1.42.0
+
## Standard-compliance
This implementation currently supports most of the [Dhall