From 437873d93f974183d6532ab7cc4b3133004d7402 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Sat, 28 Apr 2018 01:35:50 -0400 Subject: [PATCH] on second thought, issuing a release candidate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e64734..5594d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incr" -version = "0.2.0" +version = "0.2.0-rc.1" authors = ["Jonathan Strong "] description = "Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum." homepage = "https://github.com/jonathanstrong/incr"