bump versions

This commit is contained in:
extrawurst 2023-06-19 15:58:19 +02:00
parent 58e72cd22b
commit 0ca82aba46
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -78,7 +78,7 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "asyncgit"
version = "0.22.1"
version = "0.23.0"
dependencies = [
"crossbeam-channel",
"easy-cast",

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.22.1"
version = "0.23.0"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "allow using git2 in a asynchronous context"