1
Fork 0
mirror of https://github.com/RGBCube/is-even-u16 synced 2025-07-27 06:37:44 +00:00

Bump version

This commit is contained in:
RGBCube 2024-03-07 11:56:41 +03:00
parent 4042383946
commit 23d76da749
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 3
[[package]]
name = "is-even-u16"
version = "1.0.0"
version = "1.0.1"

View file

@ -1,7 +1,7 @@
[package]
name = "is-even-u16"
description = "Specialized is-even checking for u16 numbers"
version = "1.0.0"
version = "1.0.1"
license = "MIT"
repository = "https://github.com/RGBCube/is-even-u16"
authors = [ "RGBCube" ]