-
Notifications
You must be signed in to change notification settings - Fork 180
RUST-2219 Cherrypick domain name parsing fix into 3.2.x #1404
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
Conversation
f54310c
to
ebccc49
Compare
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.
changes LGTM, but I think merging will be blocked on making the MSRV task pass - maybe cherry-picking #1371 as well and setting rust-version
to 1.71.1 will fix it?
Good call - that did indeed fix it :) |
RUST-2219
This also strips out the
git
dependency references forbson
andmongocrypt
because those are currently WIP for the bson 3.x work (otherwise local compilation of this branch fails because bson at head is no longer 2.x), and not needed for a release branch.Edit: it turns out a whole bunch of cherrypicks are needed to have an actual working evergreen patch run. The clippy version bump is morally a cherrypick from #1372. MSRV will have to stay broken because per our own policy we can't bump that in a patch release.