From c1ac5ed8a88526a96ce749baf3b7b24a2ff8943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rare=C8=99=20Cosma?= Date: Mon, 7 Oct 2024 14:09:22 +0300 Subject: [PATCH] chore: Release loglux version 1.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9b7dc0..fafbb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "loglux" -version = "1.0.4" +version = "1.0.5" dependencies = [ "lazy_static", "lexopt", diff --git a/Cargo.toml b/Cargo.toml index 019a31d..41c1cbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "loglux" description = "Et lux fut" authors = ["RareČ™ "] -version = "1.0.4" +version = "1.0.5" edition = "2021" [dependencies]