Skip to content

Commit 86733f9

Browse files
committed
Release version 0.6.1
1 parent 6122169 commit 86733f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.6.1 – 2020-09-10
9+
810
- Remove fs2 dependency for broader platform support ([#91](https://github.com/rust-osdev/cargo-xbuild/pull/91))
911
- Cleanup: Use eprintln! instead of writeln! with stderr ([#86](https://github.com/rust-osdev/cargo-xbuild/pull/86))
1012

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
@@ -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.6.0"
11+
version = "0.6.1"
1212

1313
[lib]
1414
name = "xargo_lib"

0 commit comments

Comments
 (0)