Skip to content

Commit 9f7ff78

Browse files
Merge master
2 parents b50970b + d604e84 commit 9f7ff78

File tree

137 files changed

+4525
-2045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+4525
-2045
lines changed

.github/workflows/check-semver.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
with:
2020
cache-on-failure: true
2121

22+
- name: install parity-publish
23+
run: cargo install [email protected]
24+
2225
- name: Rust compilation prerequisites
2326
run: |
24-
rustup default nightly-2024-03-01
25-
rustup target add wasm32-unknown-unknown --toolchain nightly-2024-03-01
26-
rustup component add rust-src --toolchain nightly-2024-03-01
27-
28-
- name: install parity-publish
29-
run: cargo install [email protected]
27+
rustup default $(parity-publish semver --minimum-nightly-rust-version)
28+
rustup target add wasm32-unknown-unknown --toolchain $(parity-publish semver --minimum-nightly-rust-version)
29+
rustup component add rust-src --toolchain $(parity-publish semver --minimum-nightly-rust-version)
3030
3131
- name: extra git setup
3232
run: |
@@ -39,7 +39,7 @@ jobs:
3939
export CARGO_TARGET_DIR=target
4040
export RUSTFLAGS='-A warnings -A missing_docs'
4141
export SKIP_WASM_BUILD=1
42-
if ! parity-publish --color always prdoc --since old --validate prdoc/pr_$PR.prdoc --toolchain nightly-2024-03-01 -v; then
42+
if ! parity-publish --color always prdoc --since old --validate prdoc/pr_$PR.prdoc -v; then
4343
cat <<EOF
4444
👋 Hello developer! The SemVer information that you declared in the prdoc file did not match what the CI detected.
4545

.github/workflows/publish-check-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-on-failure: true
2121

2222
- name: install parity-publish
23-
run: cargo install parity-publish@0.5.1
23+
run: cargo install parity-publish@0.6.0
2424

2525
- name: parity-publish check
2626
run: parity-publish --color always check --allow-unpublished

.github/workflows/publish-claim-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-on-failure: true
1919

2020
- name: install parity-publish
21-
run: cargo install parity-publish@0.5.1
21+
run: cargo install parity-publish@0.6.0
2222

2323
- name: parity-publish claim
2424
env:

0 commit comments

Comments
 (0)