summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-09-15 00:11:35 +0100
committerNadrieril2020-09-15 00:11:35 +0100
commit3f40ab4625b8ea3e0eeb894d95557f5790c02776 (patch)
tree85c03831e9d1322f7f36e4903bd8767adeeec516 /README.md
parentf8d15978e94fa2bc2eba38d89b84c7f612ff88c9 (diff)
Release serde_dhall version 0.7.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 1f708c7..35efa5f 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.6.0"
+serde_dhall = "0.7.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.