From dba9e2a71f2d8dc98259d47b1329abbd21b061bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sun, 6 Dec 2020 15:09:13 +0100 Subject: [PATCH] Update version to 0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e340d2f..f4a977b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roaring" -version = "0.6.1" +version = "0.6.2" authors = ["Wim Looman "] description = "http://roaringbitmap.org : A better compressed bitset - pure Rust implementation "