fussybeaver / bollard

Docker daemon API in Rust
Apache License 2.0
858 stars 131 forks source link

Fix `winapi` error #361

Closed epompeii closed 8 months ago

epompeii commented 8 months ago

I get an error when running on Windows:

error[E0432]: unresolved import `winapi::shared::winerror`

Repro in this job: https://github.com/bencherdev/bencher/actions/runs/7432835880/job/20225107491#step:8:443

The fix for this is simple, adding winerror as a feature for winapi.

Let me know if you would like for me to create a follow on PR to add Windows builds to CI.

fussybeaver commented 8 months ago

Thanks for using it, let me fix CI that is failing on something unrelated and we can get this merged.

fussybeaver commented 8 months ago

I you could rebase, we can get the other tests to pass

epompeii commented 8 months ago

No worries, thank you for the great crate! 😃 I've rebased on the latest master. Hopefully that works.