Skip to content

Commit bf1c187

Browse files
authored
update minimum chrono version to 0.4.20
1 parent 5b1bedd commit bf1c187

File tree

3 files changed

+93
-3
lines changed

3 files changed

+93
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Updated minimum `chrono` version to `0.4.20` to satisfy `cargo-audit`.
10+
711
## [0.6.1] - 2022-08-01
812
### Fixed
913
- Fixed undefined behavior in SPI full duplex RX DMA transfers.

Cargo.lock

Lines changed: 88 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rt = ["stm32wl/rt", "cortex-m-rt"]
2727

2828
[dependencies]
2929
cfg-if = "1"
30-
chrono = { version = "0.4", default-features = false, optional = true }
30+
chrono = { version = "0.4.20", default-features = false, optional = true }
3131
cortex-m = "0.7.2"
3232
cortex-m-rt = { version = "0.7", optional = true }
3333
defmt = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)