From 10274405b8bc8de5011f82ff64bd2dfb4a2e6aeb Mon Sep 17 00:00:00 2001 From: MOIA Rust Maintainers Date: Wed, 9 Oct 2024 14:09:29 +0000 Subject: [PATCH] Release 0.0.2 [skip ci] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08f0d95..9ce6e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinybitset" description = "Generic implementation of small, fixed size, copyable bitsets" -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/moia-oss/tinybitset"