summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-10-16 02:33:32 +0100
committerNadrieril2020-10-16 02:34:01 +0100
commit7a6a33443a961ed7c3c1f71ef89bb513aca71773 (patch)
tree042f392cdf03074caff1360dcfb757f28128650a /README.md
parentdc0ac6bed33b382e4211992328c5ed0f358c5314 (diff)
Release serde_dhall version 0.7.1
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 35efa5f..7aa4516 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.7.0"
+serde_dhall = "0.7.1"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.