Skip to content

Commit

Permalink
.github, main: update rust toolchain to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin committed Dec 30, 2024
1 parent fa42325 commit 2e411e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rust:
- version: stable
clippy: true
- version: 1.73.0 # As specified in rust-toolchain
- version: 1.78.0 # As specified in rust-toolchain
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.73.0"
channel = "1.78.0"
components = ["clippy", "rustfmt"]

0 comments on commit 2e411e1

Please sign in to comment.