From 5489404551b3674c9fd0790f6a895a373e5d8358 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 16 Aug 2016 22:39:14 +0200 Subject: [PATCH] Update toml-rs version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6933498..d8520bb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ date with the TOML specification as changes happen. ```toml # Cargo.toml [dependencies] -toml = "0.1" +toml = "0.2" ``` # License