mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
chore: updated nightly references version
This commit is contained in:
6
.github/workflows/book.yml
vendored
6
.github/workflows/book.yml
vendored
@@ -23,14 +23,14 @@ jobs:
|
||||
- name: Install Rust (nightly)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
components: rustfmt, clippy
|
||||
override: true
|
||||
|
||||
- name: Install Rust (wasm32)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "bookworm"
|
||||
cd doc
|
||||
make CARGO="cargo +nightly-2024-07-07" github
|
||||
make CARGO="cargo +nightly-2024-12-05" github
|
||||
git checkout gh-pages
|
||||
|
||||
- name: Push changes
|
||||
|
||||
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
override: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
|
||||
@@ -34,11 +34,11 @@ jobs:
|
||||
|
||||
- name: Run test units
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-07-07" test
|
||||
make CARGO="cargo +nightly-2024-12-05" test
|
||||
|
||||
- name: Compile all bins
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-07-07"
|
||||
make CARGO="cargo +nightly-2024-12-05"
|
||||
|
||||
feature-powerset:
|
||||
name: Test crate feature powerset on ${{ matrix.os }}
|
||||
@@ -51,11 +51,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
override: true
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
- name: Run feature powerset builds
|
||||
run: |
|
||||
make CARGO="cargo +nightly-2024-07-07" check
|
||||
make CARGO="cargo +nightly-2024-12-05" check
|
||||
|
||||
fmt:
|
||||
name: rustfmt
|
||||
@@ -82,8 +82,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
components: rustfmt
|
||||
override: true
|
||||
- run: |
|
||||
cargo +nightly-2024-07-07 fmt -- --check
|
||||
cargo +nightly-2024-12-05 fmt -- --check
|
||||
|
||||
Reference in New Issue
Block a user