From 308a3a2b4cd1ddf961405ba3f59fbed2a7b618e0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 12 Apr 2017 22:18:25 -0600 Subject: [PATCH] Update jpeg-decoder replacement --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00c3732..958f397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ members = [ ] [replace] -"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder.git", branch = "single_thread" } +"jpeg-decoder:0.1.12" = { git = "https://github.com/redox-os/jpeg-decoder.git", branch = "single_thread" } "termion:1.3.0" = { git = "https://github.com/redox-os/termion.git" }