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

Docs for v0.46.0 failed to build #366

Closed
kazk opened this issue Jan 2, 2021 · 2 comments · Fixed by #367
Closed

Docs for v0.46.0 failed to build #366

kazk opened this issue Jan 2, 2021 · 2 comments · Fixed by #367

Comments

@kazk
Copy link
Member

kazk commented Jan 2, 2021

image

Looks like crates behind ws feature is not installed:

Looks like TLS features for async-tungstenite is not enabled:

[INFO] [stderr] error[E0432]: unresolved import `async_tungstenite::tokio::connect_async_with_tls_connector`
[INFO] [stderr]   --> src/client/mod.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 |     tokio::{connect_async_with_tls_connector, ConnectStream},
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             no `connect_async_with_tls_connector` in `tokio`
[INFO] [stderr]    |             help: a similar name exists in the module: `connect_async_with_config`

See https://docs.rs/crate/kube/0.46.0/builds/331723

Maybe adding "ws-native-tls" to the features or using all-features = true (#365) will fix it,

kazk added a commit to kazk/kube-rs that referenced this issue Jan 2, 2021
@clux clux closed this as completed in #367 Jan 2, 2021
@clux
Copy link
Member

clux commented Jan 2, 2021

my bad, picked an incomplete feature set

@clux
Copy link
Member

clux commented Jan 6, 2021

It works now https://docs.rs/crate/kube/0.47.0

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 a pull request may close this issue.

2 participants