From 3aa879fb32db6b2dda4d8af1e51c9fd322d87103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rare=C8=99=20Cosma?= Date: Tue, 1 Oct 2024 12:09:27 +0300 Subject: [PATCH] chore: Release loglux version 1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d25534f..d9141e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "loglux" -version = "1.0.2" +version = "1.0.3" dependencies = [ "lazy_static", "lexopt", diff --git a/Cargo.toml b/Cargo.toml index 665d395..45199d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "loglux" description = "Et lux fut" authors = ["RareČ™ "] -version = "1.0.2" +version = "1.0.3" edition = "2021" [dependencies]