Release 0.3.0
This commit is contained in:
parent
da54d9b738
commit
897b3e1d44
2 changed files with 7 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
version = 3
|
version = 4
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simplebyteunit"
|
name = "simplebyteunit"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
|
|
10
Cargo.toml
10
Cargo.toml
|
@ -1,9 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "simplebyteunit"
|
name = "simplebyteunit"
|
||||||
authors = ["Xavier R.M."]
|
version = "0.3.0"
|
||||||
version = "0.2.1"
|
edition = "2024"
|
||||||
edition = "2021"
|
|
||||||
readme = "README.md"
|
|
||||||
repository = "https://github.com/sapphirusberyl/simplebyteunit"
|
|
||||||
license = "Apache-2.0"
|
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."
|
description = "A thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue