Skip to content

Commit

Permalink
fix(cargo): update version, authors and urls in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Sep 6, 2023
1 parent 7506d78 commit b35c16e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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) <ryan.havvy@gmail.com>", "Josh Triplett <josh@joshtriplett.org>" ]
authors = [
"Preston Thorpe <preston@unlockedlabs.org>",
"Sandro-Alessio Gierens <sandro@gierens.de>",
"Benjamin Sago <ogham@bsago.me>",
"Ryan Scheel (Havvy) <ryan.havvy@gmail.com>",
"Josh Triplett <josh@joshtriplett.org>"
]
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"
Expand Down

0 comments on commit b35c16e

Please sign in to comment.