From 0dc0e4949066bbb7bc8f982f369e378e3d785dea Mon Sep 17 00:00:00 2001 From: zyansheep Date: Mon, 30 Dec 2024 20:35:31 +0000 Subject: [PATCH] Release 0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc1afb3..59cd62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "rustyline-async" -version = "0.4.4" +version = "0.4.5" dependencies = [ "async-std", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index ca49448..6a6ba52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline-async" -version = "0.4.4" +version = "0.4.5" license = "Unlicense" description = "A minimal readline with multiline and async support." documentation = "https://docs.rs/rustyline-async"