summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-11-13 23:20:27 +0100
committerCanop <cano.petrole@gmail.com>2019-11-13 23:20:27 +0100
commit8ee94465c039c8765979e28691d8d3e87adb67ed (patch)
tree3adcb23d3b287a947fa92775fa3ce1849b12276c /Cargo.lock
parent8a45af31a58fe577ff9361850775137d31f0a9de (diff)
make it possible to define a global background
The default terminal background isn't always good or easy to change. So there's now a new skin entry `default`.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8dced8d..518d61b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,7 @@ dependencies = [
"opener 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"simplelog 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "termimad 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "termimad 0.7.4",
"toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
"umask 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"users 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -649,7 +649,6 @@ dependencies = [
[[package]]
name = "termimad"
version = "0.7.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossterm 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -854,7 +853,6 @@ dependencies = [
"checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
"checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
"checksum term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
-"checksum termimad 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "046a12865ad6a5b515c0236d3197726a2f970a3b9e4ddad9fa6676c5a4c6f61e"
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
"checksum thiserror 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9fe148fa0fc3363a27092d48f7787363ded15bb8623c5d5dd4e2e9f23e4b21bc"
"checksum thiserror-impl 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "258da67e99e590650fa541ac6be764313d23e80cefb6846b516deb8de6b6d921"