mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
bump asyncgit version
This commit is contained in:
parent
f5b9f7259c
commit
16f03d459e
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -72,7 +72,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "asyncgit"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"easy-cast",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ keywords = [
|
|||
|
||||
[dependencies]
|
||||
scopetime = { path = "./scopetime", version = "0.1" }
|
||||
asyncgit = { path = "./asyncgit", version = "0.15" }
|
||||
asyncgit = { path = "./asyncgit" }
|
||||
filetree = { path = "./filetree" }
|
||||
async_utils = { path = "./async_utils" }
|
||||
crossterm = { version = "0.19", features = [ "serde" ] }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "asyncgit"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "allow using git2 in a asynchronous context"
|
||||
|
|
|
|||
Loading…
Reference in a new issue