From 3ecd88412c8297e123b37a6b4bbb16cd78f34430 Mon Sep 17 00:00:00 2001 From: bconn98 Date: Sat, 25 Nov 2023 14:59:38 -0500 Subject: [PATCH] chore: Update release version for updated rust version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24f0a26d..791afa03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log4rs" -version = "1.2.0" +version = "1.3.0" authors = ["Steven Fackler ", "Evan Simmons "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0" @@ -8,7 +8,7 @@ repository = "https://github.com/estk/log4rs" readme = "README.md" keywords = ["log", "logger", "logging", "log4"] edition = "2018" -rust = "1.57" +rust = "1.60" [features] default = ["all_components", "config_parsing", "yaml_format"]