Skip to content

Commit

Permalink
ci(gh-actions): bump rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Jun 23, 2024
1 parent d3b5889 commit 6fddf90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.49.0
toolchain: 1.77.2
- run: cargo build
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.49.0
toolchain: 1.77.2
- run: cargo fmt -- --check
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.49.0
toolchain: 1.77.2
- run: cargo publish --token ${{ secrets.CRATES_IO_ACCESS_KEY }}

0 comments on commit 6fddf90

Please sign in to comment.