Skip to content

Commit

Permalink
ci: Bump dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 1482605bfc5719782e1267fd0c0cc350fe7646b8 to a54c7afa936fefeb4456b2dd8068152669aa8203.
- [Release notes](https://github.com/dtolnay/rust-toolchain/releases)
- [Commits](dtolnay/rust-toolchain@1482605...a54c7af)

---
updated-dependencies:
- dependency-name: dtolnay/rust-toolchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 1510ed3 commit 513fbdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77
target: ${{ matrix.target }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77
target: ${{ matrix.target }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77

Expand All @@ -133,7 +133,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77
components: clippy
Expand All @@ -157,7 +157,7 @@ jobs:
go-version: '1.20'
cache: false # caching requires a go.sum file, which we don't have in our project

- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
- uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cache: false # caching requires a go.sum file, which we don't have in our project

- name: Setup | Rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203 # v1
with:
toolchain: 1.77
target: ${{ matrix.target }}
Expand Down

0 comments on commit 513fbdc

Please sign in to comment.