From d6d58d86e93e765993a3f786240d761f9d1fbddb Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Mon, 25 Sep 2023 09:25:04 +1000 Subject: [PATCH] Release 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE_NOTES.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68da857..8005ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "cargo-acl" -version = "0.4.0" +version = "0.5.0" dependencies = [ "addr2line", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 16799ad..cce2154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-acl" -version = "0.4.0" +version = "0.5.0" edition = "2021" rust-version = "1.70" license = "MIT OR Apache-2.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 945731f..d9c9c96 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +# Version 0.5.0 +* Bypass rustup when running rustc - fixes problem where rustup fails due to running in a sandbox. + # Version 0.4.0 * Now sandboxes rustc (and thus proc macros) * Config version bumped to 2 (enables sandboxing of rustc)