From db63ffa9c8354b1bfc51f4fad24642368a849fbd Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 26 Nov 2023 13:12:32 -0700 Subject: [PATCH] chore: Release pack1 version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7252908..24f2cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pack1" description = "Byte array newtypes for different primitive types." repository = "https://github.com/Lokathor/pack1" -version = "0.1.1" +version = "1.0.0" edition = "2021" license = "Zlib OR Apache-2.0 OR MIT"