From 84640a6c0475c5c41eb045deb6252f3d0b52bd21 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Thu, 28 Mar 2019 18:31:37 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9553f03..524f8a2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the `[dependencies]` section of your `Cargo.toml` ```toml -elefren = "0.18" +elefren = "0.19" ``` ## Usage @@ -36,7 +36,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature: ```toml [dependencies] -elefren = { version = "0.18", features = ["toml"] } +elefren = { version = "0.19", features = ["toml"] } ``` ```rust,no_run