Merge pull request #474 from jannic/update-pac

Update dependency on rp2040-pac to 0.4.0
This commit is contained in:
Jan Niehusmann 2022-10-19 09:51:36 +02:00 committed by GitHub
commit 2fb3e2a7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update dependency on rp2040-pac to 0.4.0 - @jannic
- Update embedded-hal alpha support to version 1.0.0-alpha.9 - @jannic
(Non-blocking traits were moved to embedded-hal-nb, which is not yet supported)
- Implement UartConfig::new constructor method - @jannic

View file

@ -17,7 +17,7 @@ eh1_0_alpha = { package = "embedded-hal", version = "=1.0.0-alpha.9", optional
fugit = "0.3.6"
itertools = { version = "0.10.1", default-features = false }
nb = "1.0"
rp2040-pac = "0.3.0"
rp2040-pac = "0.4.0"
paste = "1.0"
pio = "0.2.0"
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }