From 6c094f314a4a87f575b2ae3ce5f8f6a9e0aa7e24 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 20 Mar 2020 12:59:11 +0000 Subject: Fix version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1189bbe..ca20583 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3