From 3cb0feb09401c62715b3699beb4f331fe426fd68 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 6 Jun 2023 12:27:27 +0200 Subject: [PATCH] Bump to `0.20.0` for release (#581) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e005be..5fea3cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.19.2" +version = "0.20.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index 686d0ef..c17d8d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "reedline" repository = "https://github.com/nushell/reedline" rust-version = "1.62.1" -version = "0.19.2" +version = "0.20.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]