Skip to content

Commit

Permalink
Update dependencies (#797)
Browse files Browse the repository at this point in the history
* Update hash to docker image

* cargo update

* Update rust nightly version

* Revert to older nightly because of some new clippy warnings
  • Loading branch information
Niederb authored Aug 27, 2024
1 parent 42d8bf7 commit 3453973
Show file tree
Hide file tree
Showing 2 changed files with 880 additions and 929 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:

- name: Run latest node
run: |
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-18228a9b --dev --rpc-external &
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-178e699c --dev --rpc-external &
- name: Wait until node has started
run: sleep 20s
Expand Down
Loading

0 comments on commit 3453973

Please sign in to comment.