From 6604dc2fff848876726ae4df36c2199a27cc4152 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Fri, 5 May 2017 09:33:02 +0200 Subject: [PATCH] Bump sdl2-sys to 0.30-beta --- sdl2-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl2-sys/Cargo.toml b/sdl2-sys/Cargo.toml index a403cf12..53d45a3f 100644 --- a/sdl2-sys/Cargo.toml +++ b/sdl2-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2-sys" description = "Raw SDL2 bindings for Rust, used internally rust-sdl2" repository = "https://github.com/AngryLawyer/rust-sdl2" -version = "0.27.3" +version = "0.30.0-beta" authors = ["Tony Aldridge "] license = "MIT" links = "SDL2"