From 3442c48adf0d2ed3e8fe28b87e32fffe2cd1c4e2 Mon Sep 17 00:00:00 2001 From: andelf Date: Wed, 14 Oct 2015 12:36:32 +0800 Subject: [PATCH] cargo: bump version, publish to crates.io --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb204775..4763a1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ name = "sdl2_image" path = "src/sdl2_image/lib.rs" [dependencies] -bitflags = "0.1.1" -libc = "0.1.6" +bitflags = "^0.3.2" +libc = "^0.1" sdl2 = "0.9" sdl2-sys = "0.6"