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