Skip to content

Commit e8c7ac6

Browse files
committed
chore: Release logforth version 0.30.1
1 parent db3394b commit e8c7ac6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rust-version = "1.89.0"
3737

3838
[workspace.dependencies]
3939
# Workspace dependencies
40-
logforth = { version = "0.30.0", path = "logforth" }
40+
logforth = { version = "0.30.1", path = "logforth" }
4141
logforth-append-async = { version = "0.4.0", path = "appenders/async" }
4242
logforth-append-fastrace = { version = "0.4.0", path = "appenders/fastrace" }
4343
logforth-append-file = { version = "0.4.0", path = "appenders/file" }

logforth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "logforth"
17-
version = "0.30.0"
17+
version = "0.30.1"
1818

1919
description = "A versatile and extensible logging implementation."
2020
keywords = ["logging", "log", "opentelemetry", "fastrace"]

0 commit comments

Comments
 (0)