diff --git a/Cargo.toml b/Cargo.toml index 1320928..4f53a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,6 @@ members = [ "schemes/tcpd", "schemes/udpd" ] + +[replace] +"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder", branch="single_thread" }