summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-10-24 00:30:19 +0100
committerNadrieril2020-10-24 00:30:19 +0100
commit41b303c00392571fe8c862041b811f7716e38b57 (patch)
tree75d5369fc7a4804c8393b5169e01da9789768cf2 /README.md
parentc57c93e7eae16807285b9d546eb5d2eda6a7a6f9 (diff)
Release serde_dhall version 0.7.2
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 7aa4516..bac1651 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.7.1"
+serde_dhall = "0.7.2"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.