Skip to content

Commit 4dd5dbb

Browse files
committed
Release version 0.6.6
1 parent 00757ef commit 4dd5dbb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.6.6 – 2022-06-21
9+
810
- Fix: The alloc crate uses the Rust 2021 edition now ([#105](https://github.com/rust-osdev/cargo-xbuild/pull/105))
911

1012
## 0.6.5 – 2021-01-25

Cargo.lock

+3-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
@@ -11,7 +11,7 @@ keywords = ["cli", "cross", "compilation", "std", "osdev"]
1111
license = "MIT OR Apache-2.0"
1212
name = "cargo-xbuild"
1313
repository = "https://github.com/rust-osdev/cargo-xbuild"
14-
version = "0.6.5"
14+
version = "0.6.6"
1515
edition = "2018"
1616

1717
[lib]

0 commit comments

Comments
 (0)