Skip to content

Conversation

paolobarbolini
Copy link
Contributor

While looking at crates that made use of build scripts, I've realized that this crate uses a build script to support Rust versions older than 1.46. Given that 1.46 came out 4 years and 8 months ago, I don't think it makes sense anymore to support a version even older than that. Even Debian 11 ships a newer version of Rust.

This bumps the MSRV to v1.46 and removes the build script.

Here's the status on the top 10 reverse dependencies:

Name MSRV
futures-util v1.56
tokio-util v1.70
h2 v1.63
reqwest v1.64
sharded-slab v1.42
tower v1.64
async-io v1.63
async-executor v1.63
fragile v1.56
quinn-proto v1.71

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This sounds reasonable to me.

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, there was an oversight.

@taiki-e taiki-e merged commit 8e65636 into tokio-rs:master Apr 26, 2025
6 checks passed
@paolobarbolini paolobarbolini mentioned this pull request Jun 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants