mirror of https://github.com/aya-rs/aya
ci: pin rust to nightly-2024-09-09 until public-api fixed
The public-api (cargo xtask public-api) is failing with the latest rust nightly package. Temporarily pin nightly to last known working version until the issue can be resolved. Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>pull/1028/head
parent
2cd35769dc
commit
6f2047f96c
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly-2024-09-09"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "site"
|
publish = "site"
|
||||||
command = "rustup toolchain install nightly -c rust-src && cargo xtask docs"
|
command = "rustup toolchain install nightly-2024-09-09 -c rust-src && cargo xtask docs"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly-2024-09-09"
|
||||||
|
Loading…
Reference in New Issue