From 6d63f9bba79bbc499d95b73a36af473a5f77dd7b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 24 Feb 2017 19:34:29 -0700 Subject: [PATCH] Replace liner to fix tab completion --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f53a37fb..db3c91bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,5 @@ members = [ ] [replace] -"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder", branch="single_thread" } +"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder.git", branch = "single_thread" } +"liner:0.1.3" = { git = "https://github.com/redox-os/liner.git", branch = "redox" }