From 5d41f9fadc1470148076c5f944af4f7f8ae8c329 Mon Sep 17 00:00:00 2001 From: MOIA Rust Maintainers Date: Fri, 15 Dec 2023 13:00:29 +0000 Subject: [PATCH] Release 0.0.1 [skip ci] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d64fbd..523abbe 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.1.0" +version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/moia-oss/tinybitset"