summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2021-02-04 16:12:21 +0000
committerNadrieril2021-02-04 16:12:21 +0000
commit9138e0fae758d4beb2188d03fbafaa1893e497f5 (patch)
tree0224469b2cb6eb17012a7d92e2808eb4e76c6803 /README.md
parent257b57c616de78c646f38d75e3487754499e9ba5 (diff)
release: serde_dhall version 0.10.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 3974804..dcdcc21 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.9.0"
+serde_dhall = "0.10.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.