Skip to content

Commit

Permalink
build: toolchain update to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuimuliang committed Nov 16, 2023
1 parent bee9d18 commit 0beea35
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.73.0]
rust-version: [1.74.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.73.0"
channel = "1.74.0"
components = ["clippy", "rustfmt"]
targets = []
profile = "minimal"

0 comments on commit 0beea35

Please sign in to comment.