Skip to content

Releases: wcampbell0x2a/zerus

v0.11.0

10 Feb 03:51
3e27909

Choose a tag to compare

v0.10.1

25 Oct 03:02

Choose a tag to compare

  • Add lto to github release binaries

v0.10.0

22 Oct 02:37
f0aae10

Choose a tag to compare

Updates

  • Add instructions for use with integer32llc/Margo
  • Add --git-index-url to configure mirror config.json #95
  • Add check of status code when downloading #97
  • Add better message for not finding Cargo.toml #96

Dependencies

  • Bump clap from 4.5.9 to 4.5.20
  • Bump git2 from 0.18.3 to 0.19.0
  • Bump anyhow from 1.0.82 to 1.0.90
  • Bump reqwest from 0.12.3 to 0.12.8

v0.9.0

12 Oct 20:34
28a3288

Choose a tag to compare

  • Add support for latest nightly
  • Add --skip-git-index to not download git index crates.io

v0.8.1

30 May 21:29
4637f71

Choose a tag to compare

  • Force checkout when using Fast-Forward when updating git crates.io-index

v0.8.0

30 May 01:44
bfe63df

Choose a tag to compare

  • Properly set local HEAD to fetched git repo crates.io-index when updating from previous zerus invocation

v0.7.0

11 Apr 23:23
eb85180

Choose a tag to compare

  • Add automatic crates.io git clone and fetch for mirror

v0.6.0

26 Feb 01:27
14b8b27

Choose a tag to compare

  • Download crates in parallel

v0.5.0

03 Feb 22:47
9d8f2c4

Choose a tag to compare

  • Support vendoring rustc build-std dependencies for specific nightly versions with zerus --build-std
  • Improve performance
  • Update README.md

v0.4.0

03 Feb 04:10
03db161

Choose a tag to compare

  • Update example usage of spare-registry in readme to latest stabilized config
  • Fix path of crates of filename length 3
  • Add example config.json to README