Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 571ea31

Browse files
Merge pull request #146 from wcampbell0x2a/generate-custom-index-offline
2 parents b341001 + 0e104d5 commit 571ea31

12 files changed

Lines changed: 804 additions & 214 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
targets:
3737
- x86_64-unknown-linux-musl
38-
toolchain:
38+
toolchain:
3939
- nightly-2025-10-09
4040

4141

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.0] - 05-04-2026
10+
- Add `update-index` subcommand to generate registry index from `.crate` files
11+
- Change `mirror` to not grab crates.io git index by default, using `update-index` subcommand is recommended
12+
- Ensures the git index correctly reflects the partial crates.io mirror
13+
- Enables anyone to update and bring their own .crate files, and fix/add to the index on their own
14+
- Add User-Agent to zerus http usage
15+
- build-std: Show output of rustup when needed, run `rustup` to get `rust-src` by automatically
16+
917
## [0.12.0] - 04-16-2026
1018
- Enable all features to get all child crates for every feature
1119
- Limit Fetch depth to 1 for git

0 commit comments

Comments
 (0)