nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
503 stars 139 forks source link

nrf51-hal on nightly #484

Closed carnotweat closed 4 weeks ago

carnotweat commented 1 month ago
/home/dev/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nrf51-hal-0.5.2/src/lib.rs:4:12
4 | #![feature(const_fn)]
  |            ^^^^^^^^ feature has been removed
  |
  = note: split into finer-grained feature gates
BartMassey commented 1 month ago

Thanks for the report. Frustrating. Any chance you could figure this one out and post a pull request?

qwandor commented 4 weeks ago

nrf51-hal 0.5.2 is 6 years old and this was fixed a long time ago. Please update to a more recent version. 0.18.0 is the current version.