summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2021-04-03 18:30:34 +0100
committerNadrieril2021-04-03 18:30:34 +0100
commitc307b914eca192f8e8648345e365f9c0207bc18c (patch)
tree7d155d0ccb7d4da6f6ed1b420b8294432cfccf3e /README.md
parent74443904ed73aac763187608c1a303054469de82 (diff)
release: serde_dhall version 0.10.1
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 dcdcc21..744310c 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.10.0"
+serde_dhall = "0.10.1"
```
Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library.