anowell / kubeclient-rs

Kubernetes API client in Rust
MIT License
30 stars 12 forks source link

Update crates.io version to use openssl 0.10 #12

Open mhristache opened 5 years ago

mhristache commented 5 years ago

The version of kubeclient uploaded to crates.io is using rust opensslcrate version 0.9.15 which cannot be compiled against OpenSSL 1.1.1.

I see that you switched to openssl 0.10 on master. Can you please upload a new version of kubeclient using openssl 0.10?

Thanks