Skip to content

Commit e75c5e5

Browse files
Release 0.8.0
1 parent f0c80b2 commit e75c5e5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-acl"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
rust-version = "1.74"
66
license = "MIT OR Apache-2.0"

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 0.8.0
2+
* Ignores cargo:rustc-check-cfg= build script directives.
3+
14
# Version 0.7.0
25
* Fixes for recent changes in rustc nightly
36
* `std::env` no longer included in `fs` API. It shouldn't be needed and was causing some false

0 commit comments

Comments
 (0)