From 38527f21380b949f474d464027e0c0b2bb1b2359 Mon Sep 17 00:00:00 2001 From: Marshall Pierce Date: Wed, 30 Sep 2020 09:20:02 -0600 Subject: [PATCH] v0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 149ef06..30e73ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base64" -version = "0.12.3" +version = "0.13.0" authors = ["Alice Maz ", "Marshall Pierce "] description = "encodes and decodes base64 as bytes or utf8" repository = "https://github.com/marshallpierce/rust-base64"