Skip to content

Commit d061a2e

Browse files
authored
Upgrade to embedded-graphics 0.6.0 (#112)
* Upgrade to embedded-graphics 0.6.0 * Tweak changelog to this PR
1 parent 2c4c52b commit d061a2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Changed
1818

19-
- [#110](https://github.com/jamwaffles/ssd1306/pull/110) Upgrade to embedded-graphics 0.6.0-beta.1
19+
- **(breaking)** [#112](https://github.com/jamwaffles/ssd1306/pull/112) Upgrade to embedded-graphics 0.6.0
2020
- [#107](https://github.com/jamwaffles/ssd1306/pull/107) Migrate from Travis to CircleCI
2121
- [#105](https://github.com/jamwaffles/ssd1306/pull/105) Reduce flash usage by around 400 bytes by replacing some internal `unwrap()`s with `as` coercions.
2222
- [#106](https://github.com/jamwaffles/ssd1306/pull/106) Optimise internals by using iterators to elide bounds checks. Should also speed up `GraphicsMode` (and `embedded-graphics` operations) with a cleaned-up `set_pixel`.

Cargo.toml

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

2424
[dependencies.embedded-graphics]
2525
optional = true
26-
version = "=0.6.0-beta.1"
26+
version = "0.6.0"
2727

2828
[dev-dependencies]
2929
cortex-m = "0.6.2"
@@ -33,7 +33,7 @@ panic-halt = "0.2.0"
3333

3434
# Used to load BMP images in various examples
3535
[dev-dependencies.tinybmp]
36-
version = "0.2.1"
36+
version = "0.2.2"
3737
# Enable embedded-graphics integration
3838
features = [ "graphics" ]
3939

0 commit comments

Comments
 (0)