Skip to content

Commit

Permalink
Version bump to 0.25 (#65)
Browse files Browse the repository at this point in the history
fixes complaints about trying to include
sdl2-sys 0.24 and 0.25 in the same project.
  • Loading branch information
icefoxen authored and andelf committed Nov 5, 2016
1 parent 525b5be commit 317d9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sdl2_mixer"
description = "SDL2_mixer bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_mixer"
version = "0.24.0"
version = "0.25.0"
license = "MIT/Apache-2.0"
authors = ["ShuYu Wang <andelf@gmail.com>"]
keywords = ["SDL", "windowing", "graphics", "music", "sound"]
Expand All @@ -13,8 +13,8 @@ path = "src/sdl2_mixer/lib.rs"

[dependencies]
bitflags = "0.6.0"
sdl2 = "0.24.0"
sdl2-sys = "0.24.0"
sdl2 = "0.25.0"
sdl2-sys = "0.25.0"
libc = "0.2"

# [dependencies.sdl2]
Expand Down

0 comments on commit 317d9e1

Please sign in to comment.