From 354d7eaa56391a359b86a4e95d4c658dbb17e022 Mon Sep 17 00:00:00 2001 From: Tim 'Piepmatz' Hesse Date: Sat, 11 Apr 2026 20:29:39 +0200 Subject: [PATCH] bump to 0.47 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21f2c957..abae0e63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "reedline" -version = "0.46.0" +version = "0.47.0" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d6d99bf3..ed729f75 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.46.0" +version = "0.47.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]