From 75e9a08ff3d6109e5323a750b32348f8a6d5e98e Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 6 Mar 2024 17:58:14 +0100 Subject: [PATCH] Prepare next release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 581105ccc..c5cc13be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "13.0.0" +version = "14.0.0" authors = ["Katsu Kawakami "] edition = "2021" description = "Rustyline, a readline implementation based on Antirez's Linenoise" diff --git a/README.md b/README.md index 84add3ae9..47d4e1b79 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ to your `Cargo.toml`: ```toml [dependencies] -rustyline = "13.0.0" +rustyline = "14.0.0" ``` ## Features