From ab9c009b2ecab0ae68ba19bc6223eb6ea4a592a2 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Sun, 18 Aug 2024 15:28:38 +0200 Subject: [PATCH] Bump version for `0.34.0` release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b45d2df..f4920b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.33.0" +version = "0.34.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 07062f16..f74e4d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "reedline" repository = "https://github.com/nushell/reedline" rust-version = "1.63.0" -version = "0.33.0" +version = "0.34.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]