Skip to content

Commit

Permalink
edgebadge: update embedded-graphics to 0.8 (#726)
Browse files Browse the repository at this point in the history
* edgebadge: update embedded-graphics to 0.8

* Update CHANGELOG.md

* downgrade edgebadge version

* Update CHANGELOG.md
  • Loading branch information
LuckyTurtleDev authored Feb 15, 2024
1 parent d46b635 commit b138702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions boards/edgebadge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

- update `embedded-graphics` to 0.8.1 (#726)
- update `st7735-lcd` to 0.9.0 (#726)
- update `tinybmp` to 0.5.0 (#726)

# v0.9.0

- update to `atsamd-hal-0.14` and other latest dependencies (#564)
Expand Down
6 changes: 3 additions & 3 deletions boards/edgebadge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["assets"]

[dependencies]
cortex-m = "0.7"
st7735-lcd = "0.8.1"
st7735-lcd = "0.9.0"
ws2812-timer-delay = "0.3"

[dependencies.cortex-m-rt]
Expand All @@ -35,11 +35,11 @@ optional = true
[dev-dependencies]
usbd-serial = "0.1"
panic-halt = "0.2"
embedded-graphics = "0.7.1"
embedded-graphics = "0.8.1"
smart-leds = "0.3"
lis3dh = "0.1.0"
cortex-m-rtic = "1.0"
tinybmp = "0.3.1"
tinybmp = "0.5.0"

[features]
# ask the HAL to enable atsamd51j support
Expand Down

0 comments on commit b138702

Please sign in to comment.