Skip to content

Commit 317d9e1

Browse files
icefoxenandelf
authored andcommitted
Version bump to 0.25 (#65)
fixes complaints about trying to include sdl2-sys 0.24 and 0.25 in the same project.
1 parent 525b5be commit 317d9e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sdl2_mixer"
33
description = "SDL2_mixer bindings for Rust"
44
repository = "https://github.com/andelf/rust-sdl2_mixer"
5-
version = "0.24.0"
5+
version = "0.25.0"
66
license = "MIT/Apache-2.0"
77
authors = ["ShuYu Wang <andelf@gmail.com>"]
88
keywords = ["SDL", "windowing", "graphics", "music", "sound"]
@@ -13,8 +13,8 @@ path = "src/sdl2_mixer/lib.rs"
1313

1414
[dependencies]
1515
bitflags = "0.6.0"
16-
sdl2 = "0.24.0"
17-
sdl2-sys = "0.24.0"
16+
sdl2 = "0.25.0"
17+
sdl2-sys = "0.25.0"
1818
libc = "0.2"
1919

2020
# [dependencies.sdl2]

0 commit comments

Comments
 (0)