summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-10-28 20:07:42 +0000
committerNadrieril2020-10-28 20:07:42 +0000
commited0d1301a626ed96a490a8f6a146bb4d5d158d27 (patch)
treec22c1d3f787733841df166c809ef93c007e17357 /README.md
parent4266f18c73568d874262c4a681d89b6cc7aa16e7 (diff)
Release serde_dhall version 0.7.5
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 510e488..cbda836 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.7.4"
+serde_dhall = "0.7.5"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.