minor changes and documentation

This commit is contained in:
Hlars 2025-08-04 21:20:28 +02:00
parent 243f1a8963
commit d82ef99c55
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -19,7 +19,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "holidays"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"strum",
"time",

View File

@ -1,6 +1,6 @@
[package]
name = "holidays"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
publish = ["kellnr"]