Skip to content

Commit b98f740

Browse files
committed
Pin embedded-graphics to 0.6.0-alpha.3
1 parent 8f9e6fb commit b98f740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ embedded-hal = "0.2.3"
2222

2323
[dependencies.embedded-graphics]
2424
optional = true
25-
version = "0.6.0-alpha.3"
25+
version = "=0.6.0-alpha.3"
2626

2727
[dev-dependencies]
2828
cortex-m = "0.6.1"
@@ -31,7 +31,7 @@ panic-semihosting = "0.5.3"
3131

3232
# Turns `bmp` feature on in examples to enable `ImageBmp`
3333
[dev-dependencies.embedded-graphics]
34-
version = "0.6.0-alpha.2"
34+
version = "=0.6.0-alpha.3"
3535
features = ["bmp"]
3636

3737
[dev-dependencies.stm32f1xx-hal]

0 commit comments

Comments
 (0)