Skip to content

Commit 9d8f2c4

Browse files
Merge pull request #43 from wcampbell0x2a/rel-0.5.0
Rel: 0.5.0
2 parents 26ed837 + be57079 commit 9d8f2c4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.0] - 02-03-2024
10+
- Support vendoring rustc build-std dependencies for specific nightly versions with `zerus --build-std`
11+
- Improve performance
12+
- Update README.md
13+
914
## [0.4.0] - 02-02-2023
1015
- Update example usage of `spare-registry` in readme to latest stabilized config
1116
- Fix path of crates of filename length 3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zerus"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["wcampbell"]
66
description = "Lightweight binary to download only project required crates for offline crates.io mirror"

0 commit comments

Comments
 (0)