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" }