From 9807ead75a1b0d6d3456eaa1f7d2ce576aef51df Mon Sep 17 00:00:00 2001 From: Alexander Mironov Date: Mon, 22 May 2023 06:50:10 +0300 Subject: [PATCH] 4.2.2 -> 4.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e4ff98..694bacd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "x8" -version = "4.3.0-dev" +version = "4.3.0-main" dependencies = [ "async-recursion", "atty", diff --git a/Cargo.toml b/Cargo.toml index 5d777e3..b5d29cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ debug = true [package] name = "x8" -version = "4.3.0-dev" +version = "4.3.0-main" authors = ["Alexander Mironov "] edition = "2018" license = "GPL-3.0-or-later"