From 0ca82aba46a6839b79514ac8dc417adb89f63bee Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 19 Jun 2023 15:58:19 +0200 Subject: [PATCH] bump versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 076e1e6e..00a7814f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] name = "asyncgit" -version = "0.22.1" +version = "0.23.0" dependencies = [ "crossbeam-channel", "easy-cast", diff --git a/Cargo.toml b/Cargo.toml index 8b2287f0..2de3833a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ keywords = [ [dependencies] anyhow = "1.0" -asyncgit = { path = "./asyncgit", version = "0.22", default-features = false } +asyncgit = { path = "./asyncgit", version = "0.23", default-features = false } backtrace = "0.3" bitflags = "1.3" bugreport = "0.5" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 811f562b..0d819d1b 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.22.1" +version = "0.23.0" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context"