Skip to content

Commit b99bfed

Browse files
authored
Merge branch 'develop' into feat/avail-da
2 parents 7c9b737 + 72bb2a8 commit b99bfed

File tree

37 files changed

+345
-57
lines changed

37 files changed

+345
-57
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "HOME=/home/CI" >> $GITHUB_ENV
5454
- uses: dtolnay/rust-toolchain@master
5555
with:
56-
toolchain: nightly-2024-01-25
56+
toolchain: nightly-2024-07-07
5757
- name: Setup golang
5858
uses: actions/setup-go@v3
5959
with:
@@ -96,7 +96,7 @@ jobs:
9696
echo "HOME=/home/CI" >> $GITHUB_ENV
9797
- uses: dtolnay/rust-toolchain@master
9898
with:
99-
toolchain: nightly-2024-01-25
99+
toolchain: nightly-2024-07-07
100100
- name: Setup golang
101101
uses: actions/setup-go@v3
102102
with:
@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@v4
148148
- uses: dtolnay/rust-toolchain@master
149149
with:
150-
toolchain: nightly-2024-01-25
150+
toolchain: nightly-2024-07-07
151151
- name: Add target
152152
run: rustup target add ${{ matrix.target }}
153153
# Go cache for building geth-utils
@@ -184,7 +184,7 @@ jobs:
184184
- uses: actions/checkout@v4
185185
- uses: dtolnay/rust-toolchain@master
186186
with:
187-
toolchain: nightly-2024-01-25
187+
toolchain: nightly-2024-07-07
188188
# Go cache for building geth-utils
189189
- name: Go cache
190190
uses: actions/cache@v3
@@ -217,7 +217,7 @@ jobs:
217217
- uses: actions/checkout@v4
218218
- uses: dtolnay/rust-toolchain@master
219219
with:
220-
toolchain: nightly-2024-01-25
220+
toolchain: nightly-2024-07-07
221221
# Go cache for building geth-utils
222222
- name: Go cache
223223
uses: actions/cache@v3
@@ -254,7 +254,7 @@ jobs:
254254
- uses: actions/checkout@v4
255255
- uses: dtolnay/rust-toolchain@master
256256
with:
257-
toolchain: nightly-2024-01-25
257+
toolchain: nightly-2024-07-07
258258
components: rustfmt
259259
# Go cache for building geth-utils
260260
- name: Go cache

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: nightly-2024-01-25
64+
toolchain: nightly-2024-07-07
6565
- name: Setup golang
6666
uses: actions/setup-go@v3
6767
with:

.github/workflows/lints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: dtolnay/rust-toolchain@master
4545
with:
46-
toolchain: nightly-2024-01-25
46+
toolchain: nightly-2024-07-07
4747
components: clippy
4848
# Go cache for building geth-utils
4949
- name: Go cache

.github/workflows/test-features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: dtolnay/rust-toolchain@master
4444
with:
45-
toolchain: nightly-2024-01-25
45+
toolchain: nightly-2024-07-07
4646

4747
# Go cache for building geth-utils
4848
- name: Go cache

0 commit comments

Comments
 (0)