You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statime requires a nigthly version of cargo/rust. The easiest way to obtain these is through [rustup](https://rustup.rs)
however, this does not seem to be the case as it compiles fine with rust 1.82 (and probably earlier). the only usage of a nightly feature i can see in this repo is TAIT in the statime-stm32 #![feature(type_alias_impl_trait)]
this is also proven by the fact that the CI uses stable rust (only statime-stm32 has a rust-toolchain.toml, so for the others it picks stable):
thus i think this can either be completely removed from the README or at least reworded to clearly state that it only applies to statime-stm32 (and in that case the typo in the word nigthly should be fixed as well to make Ctrl+F easier 😉)
The text was updated successfully, but these errors were encountered:
the README claims that nightly rust is needed to compile the crate:
statime/README.md
Lines 28 to 30 in 942ccaf
however, this does not seem to be the case as it compiles fine with rust 1.82 (and probably earlier). the only usage of a nightly feature i can see in this repo is TAIT in the
statime-stm32
#![feature(type_alias_impl_trait)]
this is also proven by the fact that the CI uses stable rust (only
statime-stm32
has arust-toolchain.toml
, so for the others it picks stable):statime/.github/workflows/rust.yml
Line 33 in 942ccaf
thus i think this can either be completely removed from the README or at least reworded to clearly state that it only applies to
statime-stm32
(and in that case the typo in the wordnigthly
should be fixed as well to make Ctrl+F easier 😉)The text was updated successfully, but these errors were encountered: