From 0b9cb4718abd1d4163bbb983013a4a0d659a4f4c Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 24 Jul 2023 21:14:01 +0200 Subject: [PATCH] Bump version for `0.22` release (#614) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4aa955..bb4f129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.21.0" +version = "0.22.0" dependencies = [ "chrono", "clipboard", diff --git a/Cargo.toml b/Cargo.toml index b68e0c2..6eba71a 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.21.0" +version = "0.22.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]