From a397eb4bbde2456893852bd1b13ea2922717060b Mon Sep 17 00:00:00 2001 From: andelf Date: Fri, 7 Oct 2016 23:22:58 +0800 Subject: [PATCH] bump sdl2 version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3211eb1..d3107670 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.23.1" +version = "0.24.0" license = "MIT/Apache-2.0" authors = ["ShuYu Wang "] keywords = ["SDL", "windowing", "graphics", "music", "sound"] @@ -13,8 +13,8 @@ path = "src/sdl2_mixer/lib.rs" [dependencies] bitflags = "0.6.0" -sdl2 = "0.23.0" -sdl2-sys = "0.23.0" +sdl2 = "0.24.0" +sdl2-sys = "0.24.0" libc = "0.2" # [dependencies.sdl2]