From 68ae808d769f8429f814e5d40802393d9e853289 Mon Sep 17 00:00:00 2001 From: Gregory Meyer Date: Mon, 17 Jun 2019 21:40:16 -0400 Subject: [PATCH] bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fd01bd..a9faf3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cht" -version = "0.1.0" +version = "0.1.1" authors = ["Gregory Meyer "] edition = "2018" description = "Lockfree resizeable concurrent hash table."