summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-10-25 21:47:45 +0000
committerNadrieril2020-10-25 21:47:45 +0000
commitf84609a06372eedcf4727ceb91430b82c99e6039 (patch)
treea8cef09ea4fa261242b7d61766f41f598cb2dd86 /README.md
parent747a8825deea3a3cdb692ee586b82975546c407d (diff)
Release serde_dhall version 0.7.4
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 d29fad7..510e488 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.7.3"
+serde_dhall = "0.7.4"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.