summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-02-19 17:25:25 -0500
committerJustus Winter <justus@sequoia-pgp.org>2020-02-20 10:29:56 +0100
commitcaa8e0df9bdfe13c8c43062fdc05cf2fa7ebbf2d (patch)
tree49f2087c016feeb49c51437ed125a9f6c2137662 /sqv
parentf42ddb6b4e5a0a262013f01428a4595e0936192d (diff)
sq, sqv: Relax dependency on colored.
- In eaaaf33dc15df65a7d34b9f436080e49f30f9715, colored was fixed to 1.9.1 "to keep our MSRV stable" presumably because 1.9.2 bumped the version of rustc required. However, older versions of colored still work to build. This was tested on debian, which today has 1.6.1. It's possible that even earlier versions of colored work as well, but this is all I've tested. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'sqv')
-rw-r--r--sqv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 0c9d2bf1..9ce3e297 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -31,7 +31,7 @@ clap = "2.27.1"
[dev-dependencies]
assert_cli = "0.6"
-colored = "=1.9.1"
+colored = ">= 1.6.1, <= 1.9.1"
[[bin]]
name = "sqv"