Upgrade kr package to version 1.0.0.

In this commit, we've updated the kr package from version 0.1.0 to 1.0.0 in the Cargo.toml file, signifying a milestone update recognizing the project's stability and maturity.
This commit is contained in:
Ian Wijma 2023-11-21 00:13:22 +11:00
parent 45925b56f1
commit d2f72f4ad7
1 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -123,7 +123,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "kr"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"clap",
]