File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ categories = ["embedded"]
1818[dependencies ]
1919libc = " 0.2"
2020rpi-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 }
2222clap = { version = " 3.0" , optional = true , features = [" cargo" ] }
2323
2424[dev-dependencies ]
25- embedded-graphics = " 0.7 "
25+ embedded-graphics = " 0.8 "
2626serial_test = " 0.8"
2727
2828[features ]
You can’t perform that action at this time.
0 commit comments