We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1e3bd commit 70a86e6Copy full SHA for 70a86e6
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ on:
12
env:
13
ETHEREUM_RPC_ENDPOINT: ${{ secrets.ETHEREUM_RPC_ENDPOINT }}
14
ETHEREUM_WS_ENDPOINT: ${{ secrets.ETHEREUM_WS_ENDPOINT }}
15
- RUST_VERSION: "1.74"
16
- NIGHTLY_VERSION: nightly-2023-08-29
+ RUST_VERSION: "1.78"
+ NIGHTLY_VERSION: nightly-2024-05-09
17
CARGO_TERM_COLOR: always
18
# Skip incremental build and debug info generation in CI
19
CARGO_INCREMENTAL: 0
@@ -76,4 +76,4 @@ jobs:
76
uses: actions-rs/cargo@v1
77
with:
78
command: nextest
79
- args: run --workspace
+ args: run --workspace
0 commit comments