Skip to content

Commit aacc7a3

Browse files
author
Stephan Dilly
committed
version bumps
1 parent fe2d577 commit aacc7a3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
@@ -21,7 +21,7 @@ keywords = [
2121
[dependencies]
2222
scopetime = { path = "./scopetime", version = "0.1" }
2323
asyncgit = { path = "./asyncgit", version = "0.16" }
24-
filetreelist = { path = "./filetreelist", version = "0.1" }
24+
filetreelist = { path = "./filetreelist", version = "0.2" }
2525
crossterm = { version = "0.19", features = [ "serde" ] }
2626
clap = { version = "2.33", default-features = false }
2727
tui = { version = "0.15", default-features = false, features = ['crossterm', 'serde'] }

asyncgit/Cargo.toml

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

filetreelist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "filetreelist"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more"

0 commit comments

Comments
 (0)