From f0e6d813fadcd58a45d40b35900da28b8da8e6af Mon Sep 17 00:00:00 2001 From: Onur Aslan Date: Fri, 19 Aug 2016 01:24:20 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 916901a8..f7b17b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sdl2_ttf" description = "SDL2_ttf bindings for Rust" repository = "https://github.com/andelf/rust-sdl2_ttf" -version = "0.21.0" +version = "0.22.0" license = "MIT" readme = "README.md" authors = ["ShuYu Wang "] @@ -14,8 +14,8 @@ path = "src/sdl2_ttf/lib.rs" [dependencies] bitflags = "0.6" -sdl2 = "0.21" -sdl2-sys = "0.21" +sdl2 = "0.22" +sdl2-sys = "0.22" # [dependencies.sdl2] # git = "https://github.com/AngryLawyer/rust-sdl2/"