summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-11-20 22:55:04 +0000
committerNadrieril2020-11-20 22:55:04 +0000
commit8be3891b1e30f61b1f38b96e1ed200f367066032 (patch)
tree61aa3f6cc6fffd74cb46d725d32adc3e36222384 /README.md
parent79c970a9165d6dc58386c0b641bdb11516d9775b (diff)
release: serde_dhall version 0.9.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 61f9b68..b1a452f 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.8.0"
+serde_dhall = "0.9.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.