panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
427 stars 45 forks source link

Fix filtering of Unix platforms #96

Closed nevsal closed 1 year ago

nevsal commented 1 year ago

This fixes issue 95 by applying the logic through which Windows target-triples are filtered on sync to Unix based ones.

k3d3 commented 1 year ago

Nice catch! Thank you for the PR