mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
bump versions
This commit is contained in:
parent
58e72cd22b
commit
0ca82aba46
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -78,7 +78,7 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asyncgit"
|
name = "asyncgit"
|
||||||
version = "0.22.1"
|
version = "0.23.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"easy-cast",
|
"easy-cast",
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ keywords = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
|
asyncgit = { path = "./asyncgit", version = "0.23", default-features = false }
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
bugreport = "0.5"
|
bugreport = "0.5"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "asyncgit"
|
name = "asyncgit"
|
||||||
version = "0.22.1"
|
version = "0.23.0"
|
||||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "allow using git2 in a asynchronous context"
|
description = "allow using git2 in a asynchronous context"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue