-
Notifications
You must be signed in to change notification settings - Fork 183
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
Conversation
f9d8af7
to
044fb0a
Compare
044fb0a
to
01051d7
Compare
01051d7
to
9002f20
Compare
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"] } |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ditto for serde_json
)
There was a problem hiding this comment.
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.
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.