Skip to content

Commit

Permalink
build: upgrade cfg_aliases 0.1.1 → 0.2.1
Browse files Browse the repository at this point in the history
This resolves an upstream issue with [`--check-cfg` in Rust
1.80](https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html#checked-cfg-names-and-values).
  • Loading branch information
ErichDonGubler committed Aug 12, 2024
1 parent ea69e86 commit c5fea97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions 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
Expand Up @@ -77,7 +77,7 @@ bincode = "1"
bit-vec = "0.8"
bitflags = "2.6"
bytemuck = { version = "1.16", features = ["derive"] }
cfg_aliases = "0.1"
cfg_aliases = "0.2.1"
cfg-if = "1"
criterion = "0.5"
codespan-reporting = "0.11"
Expand Down

0 comments on commit c5fea97

Please sign in to comment.