Skip to content

Commit 10287ff

Browse files
committed
cargo-xbuild 0.5.29
1 parent e69a761 commit 10287ff

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## 0.5.29 - 2020-04-14
9+
810
- Add an environment variable to keep the temp dir ([#67](https://github.com/rust-osdev/cargo-xbuild/pull/67))
911

1012
## 0.5.28 - 2020-02-21

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std", "osdev"]
88
license = "MIT OR Apache-2.0"
99
name = "cargo-xbuild"
1010
repository = "https://github.com/rust-osdev/cargo-xbuild"
11-
version = "0.5.28"
11+
version = "0.5.29"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)