Skip to content

Commit

Permalink
Release version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jan 25, 2021
1 parent 91cf3b1 commit f6ce1e5
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.5 – 2021-01-25

- Ensure copied Cargo.lock is writable ([#98](https://github.com/rust-osdev/cargo-xbuild/pull/98))

## 0.6.4 – 2020-12-28
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.4"
version = "0.6.5"
edition = "2018"

[lib]
Expand Down

0 comments on commit f6ce1e5

Please sign in to comment.