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