Skip to content

Commit

Permalink
Update rust-toolchain to v1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin committed Mar 28, 2024
1 parent 239e84a commit dcf7a51
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.72.0 # As specified in rust-toolchain
- version: 1.73.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.72.0"
channel = "1.73.0"
components = ["clippy", "rustfmt"]

0 comments on commit dcf7a51

Please sign in to comment.