From 3900a5603704fc5e8c326304f4db74273c8f9aa3 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Thu, 29 Apr 2021 21:15:16 +0200 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 950947b6..434b5b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roaring" -version = "0.6.7" +version = "0.7.0" authors = ["Wim Looman ", "Kerollmops "] description = "http://roaringbitmap.org : A better compressed bitset - pure Rust implementation "