From b2a27c028794bce3d4f821dd0a7a8472a2de6f16 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 24 Jan 2016 09:28:46 -0500 Subject: [PATCH] Bump version to 1.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd599b1..3fa1a12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fnv" -version = "1.0.1" +version = "1.0.2" authors = ["Alex Crichton "] description = "Fowler–Noll–Vo hash function" license = "Apache-2.0 / MIT"