bump version 0.23.0

This commit is contained in:
andelf
2016-09-13 22:48:32 +08:00
parent 4dfc0ff7e9
commit 6a89a596f0
+3 -3
View File
@@ -2,7 +2,7 @@
name = "sdl2_ttf"
description = "SDL2_ttf bindings for Rust"
repository = "https://github.com/andelf/rust-sdl2_ttf"
version = "0.22.0"
version = "0.23.0"
license = "MIT"
readme = "README.md"
authors = ["ShuYu Wang <andelf@gmail.com>"]
@@ -14,8 +14,8 @@ path = "src/sdl2_ttf/lib.rs"
[dependencies]
bitflags = "0.6"
sdl2 = "0.22"
sdl2-sys = "0.22"
sdl2 = "0.23"
sdl2-sys = "0.23"
# [dependencies.sdl2]
# git = "https://github.com/AngryLawyer/rust-sdl2/"