Skip to content

Commit

Permalink
build: toolchain update to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuimuliang committed Feb 15, 2024
1 parent babf003 commit ebada19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
rust-version: [1.75.0]
rust-version: [1.76.0]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.75.0"
channel = "1.76.0"
components = ["clippy", "rustfmt"]
targets = []
profile = "minimal"

0 comments on commit ebada19

Please sign in to comment.