Release 0.3.0
All checks were successful
Build / Check format (push) Successful in 38s
Build / Check release (push) Successful in 44s

This commit is contained in:
Xavier Moffett 2025-07-19 18:48:31 -04:00
parent da54d9b738
commit 897b3e1d44
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
2 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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 <sapphirus@azorium.net>"]
repository = "https://github.com/sapphirusberyl/simplebyteunit"
description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."