From 220523dc8fef8a583e9e7a3e2b4b1c66c496a155 Mon Sep 17 00:00:00 2001 From: linkmauve Date: Mon, 2 Jul 2018 13:59:54 +0200 Subject: [PATCH] Change the suggested version in the README The README was currently suggesting to install the 0.6 branch, which is now quite outdated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7694dc..8400d88 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It's base64. What more could anyone want? Example --- -In Cargo.toml: `base64 = "~0.6.0"` +In Cargo.toml: `base64 = "~0.9.2"` ```rust extern crate base64;