You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Slight adjustments to the version fields for compatibility with
`cargo +nightly update -Z direct-minimal-versions` for MSRV `1.56.0`
- Add `rust-version` field for leveraging
`cargo +nightly update -Z msrv-policy` to generate a lockfile that
respects the MSRV, and the benefit of downstreams.
- Communicate why `dev-dependencies` are required (examples / tests).
- Avoid repeating deps in `dev-dependencies`.
- Raise fixed `warp` dev dep to a MSRV compatible version with common
`tokio-util` implicit dep. Simplifies CI lock maintenance.
Signed-off-by: Brennan Kinney <[email protected]>
0 commit comments