Skip to content

Commit

Permalink
Release version 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jun 21, 2022
1 parent 00757ef commit 4dd5dbb
Show file tree
Hide file tree
Showing 3 changed files with 6 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.6 – 2022-06-21

- Fix: The alloc crate uses the Rust 2021 edition now ([#105](https://github.com/rust-osdev/cargo-xbuild/pull/105))

## 0.6.5 – 2021-01-25
Expand Down
4 changes: 3 additions & 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 @@ -11,7 +11,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.5"
version = "0.6.6"
edition = "2018"

[lib]
Expand Down

0 comments on commit 4dd5dbb

Please sign in to comment.