summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2021-01-22 19:27:21 +0000
committerNadrieril2021-01-22 19:40:41 +0000
commitb70f16f865967375e5d80ff5b8979179072c73b4 (patch)
tree5f9cb0058ce1799df482b7b03b3375da3b28ae2d /README.md
parente89ef8aa14f0779f241e9394a0b172982b4a145f (diff)
update: bump minimum supported version because of tokio
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 b1a452f..5776391 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ expected_map.insert("y".to_string(), 2);
assert_eq!(deserialized_map, expected_map);
```
-`dhall` requires Rust >= 1.42.0
+`dhall` requires Rust >= 1.44.0
## Standard-compliance