diff --git a/Cargo.toml b/Cargo.toml index 372bdda9..43dab523 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.22.0" +version = "0.23.0" license = "MIT" 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.22.0" -sdl2-sys = "0.22.0" +sdl2 = "0.23.0" +sdl2-sys = "0.23.0" libc = "0.2" # [dependencies.sdl2]