From 8a188cfd74634ad9da16005ed9e9a22e2300d947 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 Aug 2018 08:00:45 -0700 Subject: [PATCH] tweak manifest to point to in-tree termwiz --- term/Cargo.toml | 3 +-- termwiz/README.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/term/Cargo.toml b/term/Cargo.toml index 0d7f002fd..780b90d48 100644 --- a/term/Cargo.toml +++ b/term/Cargo.toml @@ -14,8 +14,7 @@ unicode-segmentation = "~1.2" unicode-width = "~0.1" [dependencies.termwiz] -git = "https://github.com/wez/termwiz" -#path = "../../termwiz" +path = "../termwiz" [features] debug-escape-sequences = [] diff --git a/termwiz/README.md b/termwiz/README.md index 404eb2bca..8610dee6e 100644 --- a/termwiz/README.md +++ b/termwiz/README.md @@ -1,7 +1,5 @@ # Terminal Wizardry -[![Build Status](https://travis-ci.org/wez/termwiz.svg?branch=master)](https://travis-ci.org/wez/termwiz) - This is a rust crate that provides a number of support functions for applications interesting in either displaying data to a terminal or in building a terminal emulator.