From 00757ef354331096e25d95d6bb536b4c65c72025 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 21 Jun 2022 10:12:53 +0200 Subject: [PATCH] Update changelog for #105 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f26a99..efe0bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +- 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 - Ensure copied Cargo.lock is writable ([#98](https://github.com/rust-osdev/cargo-xbuild/pull/98))