Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Oct 5, 2023
1 parent 358d9d0 commit a66fb82
Show file tree
Hide file tree
Showing 3 changed files with 10 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.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.6.0
* Fixed a bug where API usages by dependencies of proc-macros were not properly checked.
* Pass environment variables set by build scripts to sandboxed rustc.
* Allow passing of arbitrary environment variables to sandboxed processes.
* Fixed repeated running of tests when a test failed.
* Fixed `cargo acl run` (`--all-targets` was being passed causing it to error).
* Cargo features can now be specified via `--features` flag.

# Version 0.5.0
* Bypass rustup when running rustc - fixes problem where rustup fails due to running in a sandbox.

Expand Down

0 comments on commit a66fb82

Please sign in to comment.