File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ repository = "https://github.com/stillinbeta/is31fl3741"
10
10
readme = " README.md"
11
11
12
12
[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 " }
15
15
16
16
[package .metadata .docs .rs ]
17
17
all-features = true
18
18
19
19
[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 "
22
22
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"
26
26
27
27
[features ]
28
28
adafruit_rgb_13x9 = []
You can’t perform that action at this time.
0 commit comments