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