mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 23:34:40 +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)
|
||||
|
||||
### Fixed
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tracing-journald"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
||||
edition = "2018"
|
||||
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
|
||||
and events to [`systemd-journald`][journald], on Linux distributions that use
|
||||
`systemd`.
|
||||
|
||||
|
||||
*Compiler support: [requires `rustc` 1.49+][msrv]*
|
||||
|
||||
[msrv]: #supported-rust-versions
|
||||
|
Loading…
x
Reference in New Issue
Block a user