From dafbadff7308df92f680a5593f9427c460297dd5 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:52:26 -0600 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47c846c..f5f531d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "sdre-rust-logging" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anstyle", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f042003..9249eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sdre-rust-logging" edition = "2021" -version = "0.3.2" +version = "0.3.3" authors = ["Fred Clausen"] description = "A simple logging library for Rust, with a custom formatter." documentation = "https://github.com/sdr-enthusiasts/sdre-rust-logging"