We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mongodb
dns-resolver
The crate does not compile without the dns-resolver feature enabled, on version 3.2.0 and version 3.1.1.
$ cargo build --no-default-features --features rustls-tls,compat-3-0-0
Alt steps:
mongodb = { version = "3", default-features = false, features = ["rustls-tls", "compat-3-0-0"] }
(Edit: removed solution, since it doesn't actually fix issue)
The text was updated successfully, but these errors were encountered:
One minor update - it appears to compile on master.
Additionally, I have confirmed this issue also affects another of my systems.
Sorry, something went wrong.
Thanks for the report! As you've noticed, this is fixed at head, and we'll be releasing 3.2.1 in the near future including this fix.
abr-egn
No branches or pull requests
Versions/Environment
registry+https://github.com/rust-lang/crates.io-index#[email protected]
The bug
The crate does not compile without the
dns-resolver
feature enabled, on version 3.2.0 and version 3.1.1.Reproduction steps
$ cargo build --no-default-features --features rustls-tls,compat-3-0-0
Alt steps:
mongodb = { version = "3", default-features = false, features = ["rustls-tls", "compat-3-0-0"] }
to Cargo.toml(Edit: removed solution, since it doesn't actually fix issue)
The text was updated successfully, but these errors were encountered: