Skip to content

Commit

Permalink
Bump actions-rust-lang/rustfmt from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [actions-rust-lang/rustfmt](https://github.com/actions-rust-lang/rustfmt) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/actions-rust-lang/rustfmt/releases)
- [Changelog](https://github.com/actions-rust-lang/rustfmt/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/rustfmt@2d1d4e9...559aa30)

---
updated-dependencies:
- dependency-name: actions-rust-lang/rustfmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 07286d6 commit d2d77d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
components: rustfmt
target: wasm32-wasi
- name: run rustfmt for check
uses: actions-rust-lang/rustfmt@2d1d4e9f72379428552fa1def0b898733fb8472d # v1.1.0
uses: actions-rust-lang/rustfmt@559aa3035a47390ba96088dffa783b5d26da9326 # v1.1.1
with:
manifest-path: ${{ env.NANOEM_RUST_DIRECTORY }}/Cargo.toml
- name: setup prerequisite packages
Expand Down

0 comments on commit d2d77d9

Please sign in to comment.