mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix CI with 1.80
This commit is contained in:
parent
f925cbe506
commit
3e65a83110
7 changed files with 11 additions and 9 deletions
2
examples/lm3s6965/Cargo.lock
generated
2
examples/lm3s6965/Cargo.lock
generated
|
|
@ -386,7 +386,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rtic-monotonics"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cortex-m",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#![deny(warnings)]
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(missing_docs)]
|
||||
#![allow(unexpected_cfgs)]
|
||||
|
||||
use panic_semihosting as _;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue