Skip to content

Commit 30089fc

Browse files
committed
update Rust nightly to 2024-09-08
1 parent 24f9fba commit 30089fc

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
CACHE_BUCKET: github-runners-remote-cache-shared
3030
SCCACHE_BUCKET: github-runners-remote-cache-shared
3131
AWS_REGION: us-west-2
32-
NIGHTLY: nightly-2024-05-15
32+
NIGHTLY: nightly-2024-09-08
3333
NAMADA_MASP_PARAMS_DIR: /masp/.masp-params
3434

3535
jobs:

Cargo.lock

+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- The full command is e.g.:
2525

2626
```bash
27-
/home/ubuntu/.rustup/toolchains/nightly-2024-05-15-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-cov \
27+
/home/ubuntu/.rustup/toolchains/nightly-2024-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-cov \
2828
show \
2929
target/x86_64-unknown-linux-gnu/coverage/x86_64-unknown-linux-gnu/debug/txs_mempool \
3030
--format=html \

rust-nightly-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2024-05-15
1+
nightly-2024-09-08

0 commit comments

Comments
 (0)