Skip to content

Commit 70a86e6

Browse files
committed
bump rustc version
1 parent fc1e3bd commit 70a86e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
env:
1313
ETHEREUM_RPC_ENDPOINT: ${{ secrets.ETHEREUM_RPC_ENDPOINT }}
1414
ETHEREUM_WS_ENDPOINT: ${{ secrets.ETHEREUM_WS_ENDPOINT }}
15-
RUST_VERSION: "1.74"
16-
NIGHTLY_VERSION: nightly-2023-08-29
15+
RUST_VERSION: "1.78"
16+
NIGHTLY_VERSION: nightly-2024-05-09
1717
CARGO_TERM_COLOR: always
1818
# Skip incremental build and debug info generation in CI
1919
CARGO_INCREMENTAL: 0
@@ -76,4 +76,4 @@ jobs:
7676
uses: actions-rs/cargo@v1
7777
with:
7878
command: nextest
79-
args: run --workspace
79+
args: run --workspace

0 commit comments

Comments
 (0)