tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.13k stars 111 forks source link

Upgrade tracing subscriber and check minimum dependency versions in CI #286

Closed faern closed 2 years ago

faern commented 2 years ago

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.

faern commented 2 years ago

I did some extra pushes to make sure the CI job actually worked. It seems to do that. So now I have pushed the version upgrade again.