Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.12.0 release #905

Merged
merged 6 commits into from
Dec 3, 2024
Merged

Prepare 2.12.0 release #905

merged 6 commits into from
Dec 3, 2024

Conversation

algesten
Copy link
Owner

@algesten algesten commented Dec 3, 2024

2.12.0 is unpinning the rustls dep and bumps MSRV to 1.71.

The idea is that 2.12.x will be MSRV 1.71 and 2.11.x will be MSRV 1.67.

@algesten algesten force-pushed the fix/prepare-2.12.0 branch 2 times, most recently from f9d8af7 to 044fb0a Compare December 3, 2024 16:53
@algesten algesten merged commit e658987 into 2.x Dec 3, 2024
92 checks passed
@algesten algesten deleted the fix/prepare-2.12.0 branch December 3, 2024 17:21
@algesten
Copy link
Owner Author

algesten commented Dec 3, 2024

Related to #878

yoke = "=0.7.4"
litemap = "=0.7.3"
zerofrom = "=0.1.4"
rustls = { version = ">=0.23.19", optional = true, default-features = false, features = ["ring", "logging", "std", "tls12"] }
Copy link

Choose a reason for hiding this comment

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

Is there a reason the default version requirement isn't being used? rustls could release a 0.24.0 and builds of this version of ureq would break

Copy link

Choose a reason for hiding this comment

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

(ditto for serde_json)

Copy link
Owner Author

Choose a reason for hiding this comment

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

I'll fix it in a patch. Thanks.

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