From 7a13e8c4ba9ff28239814a01a2c9717a3d1e7cd1 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 11 Dec 2021 18:37:13 +0100 Subject: [PATCH 1/2] Revert to edition 2018 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b23df658..12630da99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rustyline" version = "9.1.0" authors = ["Katsu Kawakami "] -edition = "2021" +edition = "2018" description = "Rustyline, a readline implementation based on Antirez's Linenoise" documentation = "http://docs.rs/rustyline" repository = "https://github.com/kkawakam/rustyline" From 2dd95df89a8293aaab0495cad56390beef24e720 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 11 Dec 2021 18:39:56 +0100 Subject: [PATCH 2/2] Prepare release of version 9.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12630da99..da47a8ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyline" -version = "9.1.0" +version = "9.1.1" authors = ["Katsu Kawakami "] edition = "2018" description = "Rustyline, a readline implementation based on Antirez's Linenoise"