Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed May 11, 2024
1 parent f0c80b2 commit e75c5e5
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.7.0"
version = "0.8.0"
edition = "2021"
rust-version = "1.74"
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.8.0
* Ignores cargo:rustc-check-cfg= build script directives.

# Version 0.7.0
* Fixes for recent changes in rustc nightly
* `std::env` no longer included in `fs` API. It shouldn't be needed and was causing some false
Expand Down

0 comments on commit e75c5e5

Please sign in to comment.