From 5292e5a4d2bc69c5fcd512f907d69cac62ca6172 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Mon, 8 Oct 2018 22:17:39 +0800 Subject: [PATCH] (cargo-release) version 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f91163b..df9cdb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geohash" -version = "0.7.1" +version = "0.8.0" authors = [ "Ning Sun " ] description = "Geohash implementation for Rust." license = "MIT/Apache-2.0"