File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ categories = [
1818]
1919keywords = [" logging" , " tracing" , " file-appender" , " non-blocking-writer" ]
2020edition = " 2018"
21- rust-version = " 1.53 .0"
21+ rust-version = " 1.63 .0"
2222
2323[dependencies ]
2424crossbeam-channel = " 0.5.5"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allows events and spans to be recorded in a non-blocking manner through a
3636dedicated logging thread. It also provides a [ ` RollingFileAppender ` ] [ file_appender ]
3737that can be used with _ or_ without the non-blocking writer.
3838
39- * Compiler support: [ requires ` rustc ` 1.53 +] [ msrv ] *
39+ * Compiler support: [ requires ` rustc ` 1.63 +] [ msrv ] *
4040
4141[ msrv ] : #supported-rust-versions
4242
@@ -146,7 +146,7 @@ fn main() {
146146## Supported Rust Versions
147147
148148` tracing-appender ` is built against the latest stable release. The minimum supported
149- version is 1.53 . The current ` tracing-appender ` version is not guaranteed to build on
149+ version is 1.63 . The current ` tracing-appender ` version is not guaranteed to build on
150150Rust versions earlier than the minimum supported version.
151151
152152Tracing follows the same compiler support policies as the rest of the Tokio
Original file line number Diff line number Diff line change 77//! a dedicated logging thread. It also provides a [`RollingFileAppender`][file_appender] that can
88//! be used with _or_ without the non-blocking writer.
99//!
10- //! *Compiler support: [requires `rustc` 1.51 +][msrv]*
10+ //! *Compiler support: [requires `rustc` 1.63 +][msrv]*
1111//!
1212//! [msrv]: #supported-rust-versions
1313//! [file_appender]: rolling::RollingFileAppender
124124//! ## Supported Rust Versions
125125//!
126126//! `tracing-appender` is built against the latest stable release. The minimum supported
127- //! version is 1.51 . The current `tracing-appender` version is not guaranteed to build on
127+ //! version is 1.63 . The current `tracing-appender` version is not guaranteed to build on
128128//! Rust versions earlier than the minimum supported version.
129129//!
130130//! Tracing follows the same compiler support policies as the rest of the Tokio
You can’t perform that action at this time.
0 commit comments