summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-08-05 18:41:57 +0100
committerNadrieril2020-08-05 18:41:57 +0100
commitbc389960b34af11d6180328e355eaadba1ddc07b (patch)
tree8e3c83a34a065642fc8f217167f3b2a25a6e85a7 /README.md
parentcbe2b5983d2ee5ff210b1466742e73bab2c0c606 (diff)
Release serde_dhall version 0.6.0
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 6bce4e5..634c7c1 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.5.3"
+serde_dhall = "0.6.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.