Increase the minimum bound on the tracing-subscriber dependency in order to make cargo +nightly update -Z minimal-versions && cargo check work on this crate. See https://github.com/tokio-rs/tracing/pull/1890
I also added to CI to have it check the minimal versions. Do you like it this way? It's a bunch of duplication. But I felt it made sense to check the minimal versions with all the same tasks as the normal stable test.
Increase the minimum bound on the
tracing-subscriber
dependency in order to makecargo +nightly update -Z minimal-versions && cargo check
work on this crate. See https://github.com/tokio-rs/tracing/pull/1890I also added to CI to have it check the minimal versions. Do you like it this way? It's a bunch of duplication. But I felt it made sense to check the minimal versions with all the same tasks as the normal stable test.