Skip to content

Commit

Permalink
Fix v0.46.0 docs failing to build
Browse files Browse the repository at this point in the history
Closes #366
  • Loading branch information
kazk committed Jan 2, 2021
1 parent 62d2bee commit f1f406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ws-native-tls = ["real-native-tls", "tokio-native-tls", "async-tungstenite/tokio
ws-rustls-tls = ["tokio-rustls", "async-tungstenite/tokio-rustls"]

[package.metadata.docs.rs]
features = ["derive", "ws"]
features = ["derive", "ws", "ws-native-tls"]

[dependencies]
base64 = "0.12.1"
Expand Down

0 comments on commit f1f406f

Please sign in to comment.