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
openssl v0.9.24
I've tried to compile the seeder and encountered the following error:
error: failed to run custom build command for openssl v0.9.24
The dependency is for trust_dns crate, so I've simply tried to compile with the recent crate version, but without luck.
trust_dns
After further investigations, I found out that trust_dns crate was renamed to trust_dns_client and then further rebranded to hickory-client.
trust_dns_client
hickory-client
Please take a look.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tried to compile the seeder and encountered the following error:
The dependency is for
trust_dns
crate, so I've simply tried to compile with the recent crate version, but without luck.After further investigations, I found out that
trust_dns
crate was renamed totrust_dns_client
and then further rebranded tohickory-client
.Please take a look.
The text was updated successfully, but these errors were encountered: