mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-23 16:10:18 +00:00
appender: bump MSRV to 1.53.0 (#1851)
The `time` crate bumped its MSRV to 1.53.0 in v0.3.6:
2d37c01aff
Since `tracing-appender` has a non-optional dependency on `time`, it's
necessary to increase its MSRV to track this.
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -46,13 +46,13 @@ jobs:
|
||||
|
||||
# TODO: remove this once tracing's MSRV is bumped.
|
||||
check-msrv-appender:
|
||||
# Run `cargo check` on our minimum supported Rust version (1.51.0).
|
||||
# Run `cargo check` on our minimum supported Rust version (1.53.0).
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.51.0
|
||||
toolchain: 1.53.0
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Check
|
||||
|
||||
Reference in New Issue
Block a user