File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " ssd1331"
1010readme = " README.md"
1111repository = " https://github.com/jamwaffles/ssd1331"
12- version = " 0.2.0-alpha.0 "
12+ version = " 0.2.0-alpha.1 "
1313edition = " 2018"
1414[badges .travis-ci ]
1515branch = " master"
@@ -22,16 +22,16 @@ embedded-hal = "0.2.3"
2222optional = true
2323version = " 0.6.0-alpha.2"
2424
25- # Turns `bmp` feature on in examples to enable `ImageBmp`
26- [dev-dependencies .embedded-graphics ]
27- version = " 0.6.0-alpha.2"
28- features = [" bmp" ]
29-
3025[dev-dependencies ]
3126cortex-m = " 0.6.1"
3227cortex-m-rt = " 0.6.11"
3328panic-semihosting = " 0.5.3"
3429
30+ # Turns `bmp` feature on in examples to enable `ImageBmp`
31+ [dev-dependencies .embedded-graphics ]
32+ version = " 0.6.0-alpha.2"
33+ features = [" bmp" ]
34+
3535[dev-dependencies .stm32f1xx-hal ]
3636version = " 0.5.2"
3737features = [ " rt" , " stm32f103" ]
You can’t perform that action at this time.
0 commit comments