Skip to content

Commit

Permalink
bump to v0.2.3; fixes for rust-lang/rust#61478
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquín Rosales committed Jun 8, 2019
1 parent 75fc281 commit 69ebfd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [v0.2.3] - 2019-06-07
### Changed
- Version for font8x8 to v0.2.5. Addresses https://github.com/rust-lang/rust/issues/61478

## [v0.2.2] - 2018-07-23
### Added
- New `error::ScreenError` type to handle crate errors.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "sensehat-screen"
description = "A library for using the 8x8-LED matrix, with RGB565 coloring, on the Raspberry Pi Sense HAT device."
version = "0.2.2"
version = "0.2.3"
authors = ["Joaquin Rosales <[email protected]>"]
keywords = ["sensehat", "screen", "8x8", "raspberry-pi", "framebuffer"]
categories = ["embedded", "rendering", "visualization", "encoding"]
categories = ["embedded", "gui", "hardware-support", "rendering::graphics-api"]
homepage = "https://github.com/saibatizoku/sensehat-screen-rs"
repository = "https://github.com/saibatizoku/sensehat-screen-rs"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ build = "build.rs"

[dependencies]
framebuffer = { version = "0.1", optional = true }
font8x8 = { version = "0.2.3", optional = true }
font8x8 = { version = "0.2.5", optional = true }
lazy_static = "1.0"
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
Expand Down

0 comments on commit 69ebfd1

Please sign in to comment.