Skip to content

Commit 22c46f6

Browse files
Merge pull request #4 from FrameworkComputer/update-deps
2 parents 8a57afc + 77dac9a commit 22c46f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ repository = "https://github.com/stillinbeta/is31fl3741"
1010
readme = "README.md"
1111

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

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

1919
[dev-dependencies]
20-
cortex-m-rt = "0.6.10"
21-
cortex-m = "0.7.1"
20+
cortex-m-rt = "0.7.3"
21+
cortex-m = "0.7.7"
2222
panic-halt = "0.2.0"
23-
stm32g0xx-hal = {version = "0.1.3", features = ["rt", "stm32g071"]}
24-
tinybmp = "0.3.3"
25-
embedded-graphics = "0.7.1"
23+
stm32g0xx-hal = {version = "0.2.0", features = ["rt", "stm32g071"]}
24+
tinybmp = "0.5.0"
25+
embedded-graphics = "0.8.1"
2626

2727
[features]
2828
adafruit_rgb_13x9 = []

0 commit comments

Comments
 (0)