-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`tower` builds are now failing on CI because Tokio v1.17.0 bumped MSRV to 1.49.0. This branch updates `tower`'s MSRV to 1.49.0 to track Tokio's MSRV. I also added nicer documentation of the MSRV based on Tokio's, and added the `rust-version` Cargo metadata to the `tower` crate's `Cargo.toml`. Note that `tower-service` and `tower-layer` can technically continue to support much earlier Rust versions than `tower` can, since they don't depend on external crates and are very small. We could consider testing separate, older MSRVs on CI for those crates individually. I didn't do that in this PR, though, because I wasn't sure if this was worth the effort and I just wanted to get CI passing again.
- Loading branch information
Showing
5 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters