bump pio version on boards still using pio 0.1.0

This commit is contained in:
Wilfried Chauveau 2022-07-12 16:34:38 +01:00
parent 93ec18be07
commit e5eda48891
6 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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"