From 364358dc6985bd754f46e9b9d09748fdc83872e6 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sun, 14 Jul 2019 10:21:50 +0100 Subject: [PATCH] v0.12.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eaee958..c9996a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ documentation = "https://docs.rs/ansi_term" homepage = "https://github.com/ogham/rust-ansi-term" license = "MIT" readme = "README.md" -version = "0.11.0" +version = "0.12.0" repository = "https://github.com/ogham/rust-ansi-term" [lib] diff --git a/README.md b/README.md index b557fee..6cfee8c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg ```toml [dependencies] -ansi_term = "0.11" +ansi_term = "0.12" ```