Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 2cc39bf

Browse files
author
Mira Ressel
authored
Merge pull request #506 from joao-paulo-parity/fix
Update diener version
2 parents 67d44b3 + 0a705a1 commit 2cc39bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN set -eux && \
3434
cargo install cargo-nextest --locked && \
3535
# diener 0.4.6 NOTE: before upgrading please test new version with companion build
3636
# example can be found here: https://github.com/paritytech/substrate/pull/12710
37-
cargo install --git https://github.com/paritytech/diener --rev 6497d6a49a199e4b0a8d08b58c76f6e799eea4f1 && \
37+
cargo install diener --version 0.4.6 && \
3838
# wasm-bindgen-cli version should match the one pinned in substrate
3939
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15
4040
cargo install --version 0.2.73 wasm-bindgen-cli && \

0 commit comments

Comments
 (0)