Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Jun 13, 2023
1 parent c84a200 commit c1088f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ repository = "https://github.com/stillinbeta/is31fl3741"
readme = "README.md"

[dependencies]
embedded-hal = "0.2.6"
embedded-graphics-core = { optional = true, version = "0.3.3" }
embedded-hal = "0.2.7"
embedded-graphics-core = { optional = true, version = "0.4.0" }

[package.metadata.docs.rs]
all-features = true

[dev-dependencies]
cortex-m-rt = "0.6.10"
cortex-m = "0.7.1"
cortex-m-rt = "0.7.3"
cortex-m = "0.7.7"
panic-halt = "0.2.0"
stm32g0xx-hal = {version = "0.1.3", features = ["rt", "stm32g071"]}
tinybmp = "0.3.3"
embedded-graphics = "0.7.1"
stm32g0xx-hal = {version = "0.2.0", features = ["rt", "stm32g071"]}
tinybmp = "0.5.0"
embedded-graphics = "0.8.0"

[features]
adafruit_rgb_13x9 = []
Expand Down

0 comments on commit c1088f5

Please sign in to comment.