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

Fix compilation when dns-resolver is disabled #1292

Merged
merged 3 commits into from
Jan 27, 2025

Conversation

isabelatkinson
Copy link
Contributor

Fixes #1291. I've tested this locally, but I also filed RUST-2143 to test all feature flag combinations in CI so that we can catch these kinds of errors.

@isabelatkinson isabelatkinson merged commit b88a4ee into mongodb:main Jan 27, 2025
15 of 17 checks passed
@isabelatkinson isabelatkinson deleted the fix-compilation branch January 30, 2025 16:12
isabelatkinson added a commit to isabelatkinson/mongo-rust-driver that referenced this pull request Feb 4, 2025
isabelatkinson added a commit that referenced this pull request Feb 4, 2025
* Fix compilation when `dns-resolver` is disabled (#1292)

* RUST-2144 Remove use of deprecated `openssl_probe` method (#1294)

* RUST-2144 Use recommended openssl probing API (#1297)

* RUST-2143 Test compiling with no default features enabled (#1296)

* release v3.2.1

---------

Co-authored-by: Abraham Egnor <abraham.egnor@mongodb.com>
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.

Build failing if dns-resolver feature is disabled on 3.2.0
2 participants