Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to polkadot-v1.13.0 #1312

Merged
merged 13 commits into from
Jul 23, 2024
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
components: rustfmt
target: wasm32-unknown-unknown
toolchain: 1.74.0
toolchain: 1.77.0
- name: Generate WeightInfo Files
run: make generate-bifrost-weights
- name: Commit Automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.77.0
components: rustfmt, clippy
target: wasm32-unknown-unknown
- name: Cargo clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
components: rustfmt
target: wasm32-unknown-unknown
toolchain: 1.74.0
toolchain: 1.77.0

- name: Download kusama strool result
uses: actions/download-artifact@v4
Expand Down
Loading