Skip to content

Commit

Permalink
chore: Update release version for updated rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
bconn98 committed Nov 25, 2023
1 parent ddc0e62 commit 3ecd884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "log4rs"
version = "1.2.0"
version = "1.3.0"
authors = ["Steven Fackler <[email protected]>", "Evan Simmons <[email protected]>"]
description = "A highly configurable multi-output logging implementation for the `log` facade"
license = "MIT/Apache-2.0"
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"]
Expand Down

0 comments on commit 3ecd884

Please sign in to comment.