From e78fe5dcf4676351651e5850aed2856d47753a3e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 27 Mar 2017 20:13:57 -0600 Subject: [PATCH] Remove termion override --- Cargo.toml | 1 - programs/extrautils | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec5436b..25f3d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,3 @@ members = [ [replace] "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" } -"termion:1.3.0" = { git = "https://github.com/redox-os/termion.git" } diff --git a/programs/extrautils b/programs/extrautils index bd17000..38a09e7 160000 --- a/programs/extrautils +++ b/programs/extrautils @@ -1 +1 @@ -Subproject commit bd17000e2732f24fb534622335794f5032b9ea23 +Subproject commit 38a09e71902413226aeaed4283196cb3f1ce1e13