From 897b3e1d44ebae3f0f8b0f2eb084431c2de23315 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sat, 19 Jul 2025 18:48:31 -0400 Subject: [PATCH] Release 0.3.0 --- Cargo.lock | 4 ++-- Cargo.toml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71815dc..3d410c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "simplebyteunit" -version = "0.2.1" +version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index 735a247..26efc02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "simplebyteunit" -authors = ["Xavier R.M."] -version = "0.2.1" -edition = "2021" -readme = "README.md" -repository = "https://github.com/sapphirusberyl/simplebyteunit" +version = "0.3.0" +edition = "2024" license = "Apache-2.0" +readme = "README.md" +authors = ["Xavier Moffett "] +repository = "https://github.com/sapphirusberyl/simplebyteunit" description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."