From f0d13ac22ba62e082674aa716d4b8275425a7911 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Mon, 18 Jun 2018 17:46:05 -0400 Subject: [PATCH] Bump to 1.0.3 Clarify license and bump dev-dependency. This probably doesn't need to be its own release and I apologize for that. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b02dd7..38412e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adler32" -version = "1.0.2" +version = "1.0.3" authors = ["Remi Rampin "] description = "Minimal Adler32 implementation for Rust." documentation = "https://remram44.github.io/adler32-rs/index.html"