Bump to 0.10.4 because of kernel32 crate fix.

This commit is contained in:
Daniel Collin 2018-01-08 14:13:36 +01:00
parent 52d42a7115
commit ef748e8aa3
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning.
### v0.10.4 (2018-01-08)
- [fixed] Bumped kernel32 to 0.2.2 due to compile errors on Windows. Thanks to Thomas Versteeg for this fix.
### v0.10.1 (2017-08-15)
- [fixed] Typo in the Redox implementation was fixed after changes in 0.10.0

View file

@ -1,6 +1,6 @@
[package]
name = "minifb"
version = "0.10.3"
version = "0.10.4"
license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -14,7 +14,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.10.3"
minifb = "0.10.4"
```
Example