From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/colored/README.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) mode change 100755 => 100644 vendor/colored/README.md (limited to 'vendor/colored/README.md') diff --git a/vendor/colored/README.md b/vendor/colored/README.md old mode 100755 new mode 100644 index 5d508e793..03beb2ab2 --- a/vendor/colored/README.md +++ b/vendor/colored/README.md @@ -1,7 +1,6 @@ # Colored -[![Build -Status](https://travis-ci.org/mackwic/colored.svg?branch=master)](https://travis-ci.org/mackwic/colored) [![Crates.io](https://img.shields.io/crates/v/colored.svg?maxAge=2592000)](https://crates.io/crates/colored) [![Crates.io](https://img.shields.io/crates/l/colored.svg?maxAge=2592000)](https://github.com/mackwic/colored/blob/master/LICENSE) +[![Crates.io](https://img.shields.io/crates/v/colored.svg?maxAge=2592000)](https://crates.io/crates/colored) [![Crates.io](https://img.shields.io/crates/l/colored.svg?maxAge=2592000)](https://github.com/mackwic/colored/blob/master/LICENSE) Coloring terminal so simple, you already know how to do it! @@ -37,7 +36,7 @@ colored = "2" and add this to your `lib.rs` or `main.rs`: ```rust - extern crate colored; // not needed in Rust 2018 + extern crate colored; // not needed in Rust 2018+ use colored::*; @@ -127,25 +126,6 @@ dumb_terminal = ["colored/no-color"] You can use have even finer control by using the `colored::control::set_override` method. -## Build with Docker - -### Install Docker - -Use the install instructions located [here](https://docs.docker.com/v17.12/install/) - -### Build the Docker image - -```docker build -t colored_image .``` - -### Build the library - -```docker run --rm -it -v "$PWD":/src -u `id -u`:`id -g` colored_image /bin/bash -c "cargo build"``` - -### Test the library - -```docker run --rm -it -v "$PWD":/src -u `id -u`:`id -g` colored_image /bin/bash -c "cargo test"``` - - ## Todo - **More tests ?**: We always welcome more tests! Please contribute! @@ -158,6 +138,9 @@ Thanks for the [ansi\_term crate](https://github.com/ogham/rust-ansi-term) for providing a reference implementation, which greatly helped making this crate output correct strings. +## Minimum Supported Rust Version (MSRV) +The current MSRV is `1.63`, which is checked and enforced automatically via CI. This version may change in the future in minor version bumps, so if you require a specific Rust version you should use a restricted version requirement such as `~X.Y`. + ## License [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/). See the @@ -175,6 +158,7 @@ In non legal terms it means that: ## Contributors - Thomas Wickham: [@mackwic](https://github.com/mackwic) +- Hunter Wittenborn [@hwittenborn](https://github.com/hwittenborn) - Corey "See More" Richardson: [@cmr](https://github.com/cmr) - Iban Eguia: [@Razican](https://github.com/Razican) - Alexis "Horgix" Chotard: [@horgix](https://github.com/horgix) -- cgit v1.2.3