Skip to content

Commit 9caeea6

Browse files
Update embedded-grappics dependancies (#48)
Updated embedded-graphics-core 0.3 -> 0.4 Updated embedded-graphics 0.7 -> 0.8
1 parent 9e556ad commit 9caeea6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rpi-led-matrix/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Took latest clippy suggestions
1111
- Link to pure rust rewrite of `rpi-led-matrix`
1212
- dependabot updates of CI only crates
13+
- Update `embedded-graphics-core` to `0.4` and `embedded-graphics` to `0.8`
1314

1415
## [0.4.0] - 2022-01-05
1516

rpi-led-matrix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ categories = ["embedded"]
1818
[dependencies]
1919
libc = "0.2"
2020
rpi-led-matrix-sys = { version = "0.2", path = "../rpi-led-matrix-sys" }
21-
embedded-graphics-core = { version = "0.3", optional = true }
21+
embedded-graphics-core = { version = "0.4", optional = true }
2222
clap = { version = "3.0", optional = true, features = ["cargo"] }
2323

2424
[dev-dependencies]
25-
embedded-graphics = "0.7"
25+
embedded-graphics = "0.8"
2626
serial_test = "0.8"
2727

2828
[features]

0 commit comments

Comments
 (0)