fussybeaver / bollard

Docker daemon API in Rust
Apache License 2.0
907 stars 134 forks source link

build: Add features for rustls-provider #441

Closed stormshield-gt closed 3 months ago

stormshield-gt commented 3 months ago

fix https://github.com/fussybeaver/bollard/issues/440

fussybeaver commented 3 months ago

Thank you!

I think we also need to add a line to the README describing the new feature flags https://github.com/fussybeaver/bollard?tab=readme-ov-file#feature-flags - that's done in lib.rs, the readme is then generated using cargo-readme with:

cargo readme --no-title > README.md
stormshield-gt commented 3 months ago

Thanks for the feedback, I've updated the doc

fussybeaver commented 3 months ago

Great, thanks again.