mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
bump pio version on boards still using pio 0.1.0
This commit is contained in:
parent
93ec18be07
commit
e5eda48891
|
@ -10,4 +10,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `pio` to 0.2.0
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,6 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
pio = "0.1.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.3.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `pio` to 0.2.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.1.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.3.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Use `rp2040-hal`'s entry function.
|
- Use `rp2040-hal`'s entry function.
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `pio` to 0.2.0
|
||||||
|
|
||||||
## 0.2.0 - 2022-06-13
|
## 0.2.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ rp2040-boot2 = { version = "0.2.0", optional = true }
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.1.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.3.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue