Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit e818ef9

Browse files
committed
ci: Use nightly-2021-11-01 for smoke tests
Fixes the following error: error[E0658]: use of unstable library feature 'proc_macro_is_available' --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.33/src/detection.rs:28:21 | 28 | let available = proc_macro::is_available(); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #71436 <rust-lang/rust#71436> for more information = help: add `#![feature(proc_macro_is_available)]` to the crate attributes to enable For more information about this error, try `rustc --explain E0658`. error: could not compile `proc-macro2` due to previous error
1 parent 7922bd6 commit e818ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
include:
9191
- target_repository: paritytech/polkadot
9292
# Pin a well-known nightly version to avoid upstream breakage
93-
rustc: nightly-2021-10-04
93+
rustc: nightly-2021-11-01
9494
target: wasm32-unknown-unknown
9595
allow_failure: true
9696
- target_repository: paritytech/substrate
97-
rustc: nightly-2021-10-04
97+
rustc: nightly-2021-11-01
9898
target: wasm32-unknown-unknown
9999
allow_failure: true
100100
- target_repository: serde-rs/serde

0 commit comments

Comments
 (0)