From fa5f07d67cce3ffaeaef52776f1adaa3898ed1a4 Mon Sep 17 00:00:00 2001 From: lummax Date: Mon, 24 Aug 2015 09:59:41 +0200 Subject: [PATCH] cargo: use bitlags 0.3 to get Debug implementation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d97319b..35c94a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ software-scaling = ["ffmpeg-sys/swscale", "codec"] [dependencies] libc = "0.1" -bitflags = "0.1" +bitflags = "0.3" [dependencies.image] version = "*"