mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-11-03 06:52:57 +00:00
journald: prepare to release 0.2.4 (#1996)
# 0.2.4 (March 17, 2022) ### Fixed - Fixed compilation error in `memfd_create_syscall` on 32-bit targets ([#1982]) Thanks to new contributor @chrta for contributing to this release! [#1982]: https://github.com/tokio-rs/tracing/pull/1982
This commit is contained in:
parent
5287e7d0a4
commit
a5ff1afe8c
@ -1,3 +1,14 @@
|
|||||||
|
# 0.2.4 (March 17, 2022)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed compilation error in `memfd_create_syscall` on 32-bit targets ([#1982])
|
||||||
|
|
||||||
|
Thanks to new contributor @chrta for contributing to this release!
|
||||||
|
|
||||||
|
|
||||||
|
[#1982]: https://github.com/tokio-rs/tracing/pull/1982
|
||||||
|
|
||||||
# 0.2.3 (February 7, 2022)
|
# 0.2.3 (February 7, 2022)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-journald"
|
name = "tracing-journald"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@ -27,7 +27,7 @@ scoped, structured, and async-aware diagnostics. `tracing-journald` provides a
|
|||||||
[`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
|
[`tracing-subscriber::Layer`][layer] implementation for logging `tracing` spans
|
||||||
and events to [`systemd-journald`][journald], on Linux distributions that use
|
and events to [`systemd-journald`][journald], on Linux distributions that use
|
||||||
`systemd`.
|
`systemd`.
|
||||||
|
|
||||||
*Compiler support: [requires `rustc` 1.49+][msrv]*
|
*Compiler support: [requires `rustc` 1.49+][msrv]*
|
||||||
|
|
||||||
[msrv]: #supported-rust-versions
|
[msrv]: #supported-rust-versions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user