From b35c16ee998c18f52ffd1ef7da5a031090175017 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Wed, 6 Sep 2023 23:49:10 +0200 Subject: [PATCH] fix(cargo): update version, authors and urls in Cargo.toml Signed-off-by: Sandro-Alessio Gierens --- Cargo.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d71bd84..6e469e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,19 @@ name = "ansiterm" description = "Library for ANSI terminal colours and styles (bold, underline)" edition = "2021" -authors = [ "ogham@bsago.me", "Ryan Scheel (Havvy) ", "Josh Triplett " ] +authors = [ + "Preston Thorpe ", + "Sandro-Alessio Gierens ", + "Benjamin Sago ", + "Ryan Scheel (Havvy) ", + "Josh Triplett " + ] documentation = "https://docs.rs/ansiterm" -homepage = "https://github.com/ogham/rust-ansi-term" +homepage = "https://github.com/rustadopt/ansiterm-rs" license = "MIT" readme = "README.md" -version = "0.12.1" -repository = "https://github.com/ogham/rust-ansi-term" +version = "0.12.2" +repository = "https://github.com/rustadopt/ansiterm-rs" [lib] name = "ansiterm"