From fb5ef389da46aa572340f50a5d53b9d3849b9e23 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 9 Oct 2022 10:51:45 +0200 Subject: [PATCH] bump major version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 295200f..a06f2ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stuff" -version = "0.2.0" +version = "0.3.0-beta.0" edition = "2018" description = "Stuffing things into pointers." readme = "./README.md" @@ -8,7 +8,7 @@ homepage = "https://github.com/Nilstrieb/stuff" repository = "https://github.com/Nilstrieb/stuff" documentation = "https://docs.rs/stuff" license = "MIT" -keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"] +keywords = ["unsafe", "pointer", "bitpacking", "provenance"] categories = ["data-structures", "memory-management", "no-std"] include = ["Cargo.toml", "LICENSE", "src", "README.md"] rust-version = "1.34.2"