summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-03-20 12:59:11 +0000
committerNadrieril2020-03-20 12:59:32 +0000
commit6c094f314a4a87f575b2ae3ce5f8f6a9e0aa7e24 (patch)
tree97ea9b4dc41304f3d1895d92faf550bbb35163ae /README.md
parent1088394da2270fb1c53f5db2ff3bfca7709f64ab (diff)
Fix version in README
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 1189bbe..ca20583 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.3.0"
+serde_dhall = "0.4.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.