bump version: 0.5.0

This commit is contained in:
andelf
2015-06-29 15:46:20 +08:00
parent 84d68400aa
commit ec770f2702
+4 -4
View File
@@ -2,7 +2,7 @@
name = "sdl2_mixer"
description = "SDL2_mixer bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_mixer"
version = "0.4.0"
version = "0.5.0"
license = "MIT"
authors = ["ShuYu Wang <andelf@gmail.com>"]
keywords = ["SDL", "windowing", "graphics", "music", "sound"]
@@ -12,9 +12,9 @@ name = "sdl2_mixer"
path = "src/sdl2_mixer/lib.rs"
[dependencies]
bitflags = "0.1"
sdl2 = "0.4"
sdl2-sys = "0.4"
bitflags = "0.2"
sdl2 = "0.5"
sdl2-sys = "0.5"
libc = "0.1"
# [dependencies.sdl2]