From 174dbb31531b79daeae21c792f6be437ec9d9034 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Wed, 13 Jul 2016 14:48:28 +0200 Subject: [PATCH] updated bitflags to v0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33e12ef0..916901a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "sdl2_ttf" path = "src/sdl2_ttf/lib.rs" [dependencies] -bitflags = "0.5" +bitflags = "0.6" sdl2 = "0.21" sdl2-sys = "0.21"