Skip to content

Commit 39b9704

Browse files
committed
passign to nightly
1 parent be92329 commit 39b9704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Rust toolchain
2626
uses: actions-rs/toolchain@v1
2727
with:
28-
toolchain: stable
28+
toolchain: nightly
2929
profile: minimal
3030
- name: Install protc
3131
run: sudo apt install -y protobuf-compiler libprotobuf-dev
@@ -43,6 +43,6 @@ jobs:
4343
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUST_BACKTRACE=full cargo build --release
4444

4545
- name: Build Docs
46-
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps --target-dir docs/api --workspace --lib
46+
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --target-dir docs/api --workspace --lib
4747

4848

0 commit comments

Comments
 (0)