Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Sep 24, 2023
1 parent 40f27be commit d6d58d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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
@@ -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"
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d6d58d8

Please sign in to comment.