From 4fdb684082178e97f287e44026881abf26c75dba Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 13 Mar 2023 22:12:30 +0100 Subject: [PATCH] Bump version for `0.47` release. (#32) Will be used starting with `reedline` 0.17 and `nu` 0.77. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a568874..946b754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" rust-version = "1.62.1" license = "MIT" name = "nu-ansi-term" -version = "0.46.0" +version = "0.47.0" repository = "https://github.com/nushell/nu-ansi-term" [lib] diff --git a/README.md b/README.md index a63296b..3c32363 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg ```toml [dependencies] -nu-ansi-term = "0.46" +nu-ansi-term = "0.47" ``` ## Basic usage