Skip to content

Commit 3453973

Browse files
authored
Update dependencies (#797)
* Update hash to docker image * cargo update * Update rust nightly version * Revert to older nightly because of some new clippy warnings
1 parent 42d8bf7 commit 3453973

File tree

2 files changed

+880
-929
lines changed

2 files changed

+880
-929
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240

241241
- name: Run latest node
242242
run: |
243-
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-18228a9b --dev --rpc-external &
243+
docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 paritypr/substrate:master-178e699c --dev --rpc-external &
244244
245245
- name: Wait until node has started
246246
run: sleep 20s

0 commit comments

Comments
 (0)