Skip to content

Commit

Permalink
Release version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Sep 10, 2020
1 parent 6122169 commit 86733f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 0.6.1 – 2020-09-10

- Remove fs2 dependency for broader platform support ([#91](https://github.com/rust-osdev/cargo-xbuild/pull/91))
- Cleanup: Use eprintln! instead of writeln! with stderr ([#86](https://github.com/rust-osdev/cargo-xbuild/pull/86))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std", "osdev"]
license = "MIT OR Apache-2.0"
name = "cargo-xbuild"
repository = "https://github.com/rust-osdev/cargo-xbuild"
version = "0.6.0"
version = "0.6.1"

[lib]
name = "xargo_lib"
Expand Down

0 comments on commit 86733f9

Please sign in to comment.