From d82ef99c55167a59852aaff4838b06d997fabee4 Mon Sep 17 00:00:00 2001 From: Hlars Date: Mon, 4 Aug 2025 21:20:28 +0200 Subject: [PATCH] minor changes and documentation --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce3135f..f9057c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "holidays" -version = "0.1.0" +version = "0.1.1" dependencies = [ "strum", "time", diff --git a/Cargo.toml b/Cargo.toml index 10a460a..80876a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holidays" -version = "0.1.0" +version = "0.1.1" edition = "2024" publish = ["kellnr"]