Skip to content

Commit 1965bec

Browse files
Leo-Besanconsydhdsbilboquet
authored
Update MAIN.2.4 (#4774)
* Update massa-sc-runtime to include fix of as_abort * Update Version and package to MAIN.2.4 * Update rust version to 1.81 (#4750) * Update rust version to 1.81 * Cargo clippy & fmt pass * Cargo clippy & fmt pass 2 * Cargo clippy & fmt pass 3 * Remove commented code * Fix outdated UT Signed-off-by: Jean-François <[email protected]> * Fix new clippy warnings --------- Signed-off-by: Jean-François <[email protected]> Co-authored-by: Sydhds <[email protected]> Co-authored-by: Jean-François <[email protected]>
1 parent 07b093c commit 1965bec

File tree

95 files changed

+194
-223
lines changed

Some content is hidden

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

95 files changed

+194
-223
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions-rs/toolchain@v1
5656
with:
5757
profile: minimal
58-
toolchain: 1.74.1
58+
toolchain: 1.81.0
5959
target: ${{ matrix.target }}
6060
override: true
6161
- uses: Swatinem/rust-cache@v2

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main, staging, trying]
66
pull_request:
7-
branches: [main, 'testnet_*']
7+
branches: [main, 'mainnet_*']
88
types:
99
- opened
1010
- reopened
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal
36-
toolchain: 1.74.1
36+
toolchain: 1.81.0
3737
components: rustfmt
3838
override: true
3939
- uses: Swatinem/rust-cache@v2
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions-rs/toolchain@v1
5858
with:
5959
profile: minimal
60-
toolchain: 1.74.1
60+
toolchain: 1.81.0
6161
- uses: Swatinem/rust-cache@v2
6262
with:
6363
shared-key: "check"
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions-rs/toolchain@v1
8383
with:
8484
profile: minimal
85-
toolchain: 1.74.1
85+
toolchain: 1.81.0
8686
components: clippy
8787
override: true
8888
- uses: Swatinem/rust-cache@v2
@@ -191,7 +191,7 @@ jobs:
191191
- uses: actions-rs/toolchain@v1
192192
with:
193193
profile: minimal
194-
toolchain: 1.74.1
194+
toolchain: 1.81.0
195195
override: true
196196
- uses: Swatinem/rust-cache@v2
197197
with:
@@ -239,7 +239,7 @@ jobs:
239239
- uses: actions-rs/toolchain@v1
240240
with:
241241
profile: minimal
242-
toolchain: 1.74.1
242+
toolchain: 1.81.0
243243
components: rustfmt
244244
override: true
245245
- uses: actions/checkout@v3
@@ -274,7 +274,7 @@ jobs:
274274
- uses: actions-rs/toolchain@v1
275275
with:
276276
profile: minimal
277-
toolchain: 1.74.1
277+
toolchain: 1.81.0
278278
components: rustfmt
279279
override: true
280280
- uses: Swatinem/rust-cache@v2

.github/workflows/link-check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: 18
1919
- name: Install markdown-link-check
2020
run: npm install -g markdown-link-check
2121
- name: Check links in markdown files

0 commit comments

Comments
 (0)