Upgrade to bitflags 0.7

This commit is contained in:
Joonas Javanainen 2016-06-10 23:02:34 +03:00
parent b15355bf3a
commit 44426f44a8
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
### Changed
- ImStr::as_ptr is now part of the public API
- Upgrade to bitflags 0.7
## [0.0.8] - 2016-04-15

View File

@ -12,7 +12,7 @@ build = "build.rs"
default = ["glium"]
[dependencies]
bitflags = "0.5"
bitflags = "0.7"
libc = "0.2"
[dependencies.glium]