Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/thiserror-2
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey authored Jan 6, 2025
2 parents f754224 + ee81e4d commit 094b3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: rustup update

- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7

- name: Clippy
run: cargo clippy --all-targets --all-features -- --deny warnings
Expand All @@ -49,7 +49,7 @@ jobs:
run: rustup update

- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7

- name: Test
run: cargo test --all-features
1 change: 1 addition & 0 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(clippy::unwrap_used)]
#![allow(unused_crate_dependencies)]
#![allow(missing_docs)]

use keep_a_changelog_file::{ChangeGroup, Changelog, PromoteOptions};

Expand Down

0 comments on commit 094b3cb

Please sign in to comment.