Skip to content

Commit

Permalink
Upgrade rust-1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Dec 13, 2023
1 parent f1b2334 commit b5eac14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Build WASM with Substrate Runtime Tool
- name: Srtool build
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
env:
BUILD_OPTS: "--features on-chain-release-build,no-metadata-docs"
with:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.73.0"
channel = "1.74.0"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit b5eac14

Please sign in to comment.