-
Notifications
You must be signed in to change notification settings - Fork 204
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
Some feature combinations no longer compile #395
Comments
A |
I tried to figure out where to add a few more |
Since this also involves Tokio and a TLS setting, I wonder if there is any relation to #396. |
As off 0.35, all sane feature combinations should compile |
I feel like I am missing something -- I am trying to build with tokio and rustls but I am getting a compilation error in the crate itself. Here is a minimal [package]
name = "test2"
version = "0.1.0"
edition = "2021"
[dependencies]
rust-s3 = { version = "0.35", features = ["with-tokio", "tokio-rustls"], default-features = false } When attempting to build, I'm getting this:
Is this not a sane feature combination? If not, what is the preferred way to use Tokio and rustls? |
Describe the bug
This worked ok in v0.33.0, but fails in v0.34.0.
To Reproduce
Expected behavior
All combinations of non-default features should be compilable, and preferably without any warnings
Environment
rustc 1.79.0 (129f3b996 2024-06-10)
v0.34.0
or laterThe text was updated successfully, but these errors were encountered: