From 6ad819a9846e4de790af3816aad401b787a8405a Mon Sep 17 00:00:00 2001 From: Alexander Mironov Date: Tue, 7 Feb 2023 02:22:45 +0300 Subject: [PATCH] 4.1.0 -> 4.2.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61f794f..9581a31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,7 +1981,7 @@ dependencies = [ [[package]] name = "x8" -version = "4.1.0" +version = "4.2.0" dependencies = [ "async-recursion", "atty", diff --git a/Cargo.toml b/Cargo.toml index e130dcd..f559776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x8" -version = "4.1.0" +version = "4.2.0" authors = ["Alexander Mironov "] edition = "2018" license = "GPL-3.0-or-later" @@ -34,4 +34,4 @@ serde = "1.0" serde_json = "1.0" indicatif = "0.17.1" linked-hash-map = "0.5.6" -strip-ansi-escapes = "0.1.1" \ No newline at end of file +strip-ansi-escapes = "0.1.1"