mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
fix rustfmt and add changelog
This commit is contained in:
parent
a0a204f586
commit
57f1517f70
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
- Add as_nanos and from_nanos where missing
|
||||
|
||||
## 0.5.0 - 2025-08-26
|
||||
|
||||
- Allow inlining on time driver boundary
|
||||
|
@ -1,7 +1,7 @@
|
||||
use core::fmt;
|
||||
use core::ops::{Add, AddAssign, Sub, SubAssign};
|
||||
|
||||
use super::{Duration, GCD_1K, GCD_1M, GCD_1G, TICK_HZ};
|
||||
use super::{Duration, GCD_1G, GCD_1K, GCD_1M, TICK_HZ};
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user