mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
version bump
This commit is contained in:
parent
9be28c9af9
commit
93fee307d6
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -151,7 +151,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
|
|||
|
||||
[[package]]
|
||||
name = "asyncgit"
|
||||
version = "0.26.0"
|
||||
version = "0.26.2"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"crossbeam-channel",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "asyncgit"
|
||||
version = "0.26.0"
|
||||
version = "0.26.2"
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2021"
|
||||
description = "allow using git2 in a asynchronous context"
|
||||
|
|
|
|||
Loading…
Reference in a new issue