From 7b303daa6a4cfd90c4bf0e9e18cc414ff7d2ba63 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Mon, 24 Aug 2020 23:14:02 +0000 Subject: [PATCH] Update to 0.34.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d508d297..308112ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/Rust-SDL2/rust-sdl2" documentation = "https://rust-sdl2.github.io/rust-sdl2/sdl2/" -version = "0.34.2" +version = "0.34.3" license = "MIT" authors = [ "Tony Aldridge ", "Cobrand "] keywords = ["SDL", "windowing", "graphics", "api", "engine"]