Skip to content

Commit

Permalink
Bump cackle-action to 0.7.0 to support debuginfo changes in rust 1.75 (
Browse files Browse the repository at this point in the history
…#1317)

Rust 1.75 emits some new dwarf debuginfo that cackle 0.6.0 didn't
understand. This was [fixed in
cackle](cackle-rs/cackle@0d1a38e)
a while ago we just have a pinned dependency. This PR updates that pin.
  • Loading branch information
graydon authored Jan 8, 2024
1 parent 2569460 commit 13388b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cackle-rs/cackle-action@387fe459d8c037a0e7fbcd3d868f1aaba389d057
- uses: cackle-rs/cackle-action@997327f77e59d9cda7b0b6217f0fbdbd3f3ca904
- run: cargo acl -n run

cargo-deny:
Expand Down

0 comments on commit 13388b7

Please sign in to comment.