embassy-time 0.2
This commit is contained in:
parent
a6f4538219
commit
c7d6ea3c78
@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## 0.1.6 - ???
|
## 0.2.0 - 2023-12-04
|
||||||
|
|
||||||
- Added tick rates in multiples of 10 kHz
|
- Added tick rates in multiples of 10 kHz
|
||||||
|
- Remove nightly and unstable-traits features in preparation for 1.75.
|
||||||
|
- Update heapless to 0.8.
|
||||||
|
|
||||||
## 0.1.5 - 2023-10-16
|
## 0.1.5 - 2023-10-16
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-time"
|
name = "embassy-time"
|
||||||
version = "0.1.5"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Instant and Duration for embedded no-std systems, with async timer support"
|
description = "Instant and Duration for embedded no-std systems, with async timer support"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
Loading…
Reference in New Issue
Block a user