Skip to content

Commit

Permalink
Update rust-toolchain and dependencies (#715)
Browse files Browse the repository at this point in the history
* update rust-toolchain, cargo update and env-logger

* fix compilation

* update keystore

* fix clippy

* change to first februrary

* fix clippy

* add rustup component add

* Update to newest Substrate commit (#711)

* this works

* update to newest substrate commit

* update bip39

* update cfg-if

* update toolchain and cargo update

* fix update
  • Loading branch information
haerdib committed Feb 15, 2024
1 parent b618912 commit 839ba6f
Show file tree
Hide file tree
Showing 15 changed files with 1,599 additions and 1,084 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: init-rust-target
run: rustup show
run: rustup show && rustup component add rust-src

- uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit 839ba6f

Please sign in to comment.