summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril Feneanar2020-03-18 16:01:54 +0000
committerGitHub2020-03-18 16:01:54 +0000
commit8ab1834a5aef209347f5d11f98a8321fcfd4a5f6 (patch)
treeaae2a9c07e99ffb9724e3bb61189dfbd10610444 /README.md
parentf90f00c38861a49eba950a59424be8796f266524 (diff)
parent9538d9c2b13ea24d3f9a83946f65ac62693ae9b0 (diff)
Merge pull request #149 from Nadrieril/ci_matrix
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