From 7c2d4a86f6df7115c9dd382687e168b8df9a268a Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 12 Oct 2016 18:33:55 -0700 Subject: [PATCH] Revert dependencies order --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac55a19..47fd9a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,6 @@ toml = "0.2" unicode-segmentation = "0.1" unicode-width = "0.1" -[dependencies.bear-lib-terminal] -optional = true -version = "1.3.1" - [dependencies.ncurses] features = ["wide"] optional = true @@ -39,6 +35,10 @@ version = "0.6" optional = true version = "1.1.1" +[dependencies.bear-lib-terminal] +optional = true +version = "1.3.1" + [dev-dependencies] rand = "0.3" skeptic = "0.6"