Skip to content

Commit

Permalink
Chore/upgrade deps (#153)
Browse files Browse the repository at this point in the history
* Upgrade substrate deps

* Version bump

* Update additional deps

* Add rust src to workflows

* Major version bump as cli args have changed
  • Loading branch information
mattdean-digicatapult authored Jan 5, 2024
1 parent 674f030 commit a61e6d3
Show file tree
Hide file tree
Showing 45 changed files with 2,664 additions and 2,767 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: |
rustup toolchain install ${{ needs.get-version.outputs.toolchain }}
rustup target add wasm32-unknown-unknown --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup component add rust-src
- name: install protobuf compiler
run: sudo apt-get install protobuf-compiler
- name: Install sccache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
rustup toolchain install ${{ needs.get-version.outputs.toolchain }}
rustup target add ${{ matrix.architectures.target-tupl }} --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup target add wasm32-unknown-unknown --toolchain ${{ needs.get-version.outputs.toolchain }}
rustup component add rust-src
- name: install deps
run: sudo apt-get update && sudo apt-get install ${{ matrix.architectures.dependencies }}
- name: Install sccache
Expand Down
Loading

0 comments on commit a61e6d3

Please sign in to comment.