Panamax 1.0.14, as a binary!
At some point I'll get to automating these releases, but for now, here's a binary for x86_64 Linux.
What's Changed
- Fix program hanging indefinitely when the progress bar count is 0 by @lambdasqd in #1
- Apply clippy to project by @wcampbell0x2a in #4
- Add filter for specific architectures by @Hyask in #16
- rustup: fix computing of the file download URI by @Hyask in #18
- Change crates.io-index to force fast-forward and auto-squash by @k3d3 in #19
- Feature/separate rewrite by @k3d3 in #20
- Feature/use thiserror by @k3d3 in #21
- Update all dependencies in Cargo.toml by @abungay in #22
- Add GitHub CI by @abungay in #23
- Use origin/master instead of FETCH_HEAD by @k3d3 in #25
- Add dev feature flag that only downloads z crates by @k3d3 in #26
- Use debian dockerfile instead of alpine by @k3d3 in #29
- Add support for pinning rust versions by @abungay in #30
- Feature/new crates format by @k3d3 in #34
- Add option to skip downloading rustc-dev by @sapir in #31
- Fix index working copy not being updated when rewrite is disabled by @sapir in #32
- Add panamax serve command by @k3d3 in #35
- Fix inverted download_dev logic by @sapir in #36
- Clarify the use of static.crates.io by @aidanhs in #40
- Overhaul the download process to use tokio + async by @DrChat in #41
- Remove the need for rewriting URLs by @nicoxxl in #47
- Calling sync_one_init separately for windows and linux by @TalRoni in #49
- ignore GitHub action files by @rene-d in #53
- Fix Docker Image Failing to Sync by @JamesMConroy in #62
- Adding feature to verify coherence between local index and mirror by @ricked-twice in #57
- Add Workflow to Build, Test, and Publish Image by @JamesMConroy in #66
- Moving from
structopt
toclap
according to #68 by @ricked-twice in #69 - Use cargo vendor for mirroring selected crates by @wcampbell0x2a in #71
- Adding feature to fix mirror if any missing crates are found. by @ricked-twice in #70
- Add missing rustups to the list of rustups by @JamesMConroy in #76
- Add feature vendored-openssl by @wcampbell0x2a in #77
- Update to clap v4 by @wcampbell0x2a in #78
- Update locked cpufeatures to v0.2.5 by @wcampbell0x2a in #79
- update target list by @wangkirin in #82
- Update dependencies by @ob in #87
- Bump libgit2-sys from 0.14.0+1.5.0 to 0.14.2+1.5.1 by @dependabot in #89
- Bump bumpalo from 3.9.1 to 3.12.0 by @dependabot in #90
- Bump git2 from 0.15.0 to 0.16.1 by @dependabot in #91
- Add --ignore-rustup to init command by @wcampbell0x2a in #80
- Bump openssl-src from 111.24.0+1.1.1s to 111.25.0+1.1.1t by @dependabot in #94
- Fix filtering of Unix platforms by @nevsal in #96
- Filter verify crate downloads by vendor by @dwattttt in #104
- Bump openssl from 0.10.45 to 0.10.48 by @dependabot in #105
- Cargo.lock support, option changes & path prefix fix by @SoulSharer in #110
- Bump h2 from 0.3.15 to 0.3.17 by @dependabot in #108
- Download yanked crates when verifying the mirror by @Bben01 in #123
- Set process exit code when sync fails by @roblabla in #119
New Contributors
- @lambdasqd made their first contribution in #1
- @wcampbell0x2a made their first contribution in #4
- @Hyask made their first contribution in #16
- @k3d3 made their first contribution in #19
- @abungay made their first contribution in #22
- @sapir made their first contribution in #31
- @aidanhs made their first contribution in #40
- @DrChat made their first contribution in #41
- @nicoxxl made their first contribution in #47
- @TalRoni made their first contribution in #49
- @rene-d made their first contribution in #53
- @JamesMConroy made their first contribution in #62
- @ricked-twice made their first contribution in #57
- @wangkirin made their first contribution in #82
- @ob made their first contribution in #87
- @dependabot made their first contribution in #89
- @nevsal made their first contribution in #96
- @dwattttt made their first contribution in #104
- @SoulSharer made their first contribution in #110
- @Bben01 made their first contribution in #123
- @roblabla made their first contribution in #119
Full Changelog: https://github.com/panamax-rs/panamax/commits/v1.0.14