From ec770f2702e025673f60a459b28fbe887bf62ce5 Mon Sep 17 00:00:00 2001 From: andelf Date: Mon, 29 Jun 2015 15:46:20 +0800 Subject: [PATCH] bump version: 0.5.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0ffe664..e2ff30fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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]