diff options
author | Nadrieril | 2020-03-20 12:59:11 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-20 12:59:32 +0000 |
commit | 6c094f314a4a87f575b2ae3ce5f8f6a9e0aa7e24 (patch) | |
tree | 97ea9b4dc41304f3d1895d92faf550bbb35163ae | |
parent | 1088394da2270fb1c53f5db2ff3bfca7709f64ab (diff) |
Fix version in README
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -serde_dhall = "0.3.0" +serde_dhall = "0.4.0" ``` Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library. |