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"
9
9
name = " ssd1331"
10
10
readme = " README.md"
11
11
repository = " https://github.com/jamwaffles/ssd1331"
12
- version = " 0.2.0-alpha.0 "
12
+ version = " 0.2.0-alpha.1 "
13
13
edition = " 2018"
14
14
[badges .travis-ci ]
15
15
branch = " master"
@@ -22,16 +22,16 @@ embedded-hal = "0.2.3"
22
22
optional = true
23
23
version = " 0.6.0-alpha.2"
24
24
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
-
30
25
[dev-dependencies ]
31
26
cortex-m = " 0.6.1"
32
27
cortex-m-rt = " 0.6.11"
33
28
panic-semihosting = " 0.5.3"
34
29
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
+
35
35
[dev-dependencies .stm32f1xx-hal ]
36
36
version = " 0.5.2"
37
37
features = [ " rt" , " stm32f103" ]
You can’t perform that action at this time.
0 commit comments