Skip to content

Commit b7d7f0a

Browse files
author
Stephan Dilly
committed
version bump gitui
1 parent c8099ee commit b7d7f0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = [
2020

2121
[dependencies]
2222
scopetime = { path = "./scopetime", version = "0.1" }
23-
asyncgit = { path = "./asyncgit", version = "0.16" }
23+
asyncgit = { path = "./asyncgit", version = "0.16.1" }
2424
filetreelist = { path = "./filetreelist", version = "0.1" }
2525
crossterm = { version = "0.19", features = [ "serde" ] }
2626
clap = { version = "2.33", default-features = false }

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)