Skip to content

Commit bd1b74a

Browse files
committed
(cargo-release) version 0.2.0-alpha.1
1 parent 1d29c6e commit bd1b74a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "ssd1331"
1010
readme = "README.md"
1111
repository = "https://github.com/jamwaffles/ssd1331"
12-
version = "0.2.0-alpha.0"
12+
version = "0.2.0-alpha.1"
1313
edition = "2018"
1414
[badges.travis-ci]
1515
branch = "master"
@@ -22,16 +22,16 @@ embedded-hal = "0.2.3"
2222
optional = true
2323
version = "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]
3126
cortex-m = "0.6.1"
3227
cortex-m-rt = "0.6.11"
3328
panic-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]
3636
version = "0.5.2"
3737
features = [ "rt", "stm32f103" ]

0 commit comments

Comments
 (0)