We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be92329 commit 39b9704Copy full SHA for 39b9704
.github/workflows/rust.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Rust toolchain
26
uses: actions-rs/toolchain@v1
27
with:
28
- toolchain: stable
+ toolchain: nightly
29
profile: minimal
30
- name: Install protc
31
run: sudo apt install -y protobuf-compiler libprotobuf-dev
@@ -43,6 +43,6 @@ jobs:
43
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUST_BACKTRACE=full cargo build --release
44
45
- 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
+ run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --target-dir docs/api --workspace --lib
47
48
0 commit comments