Skip to content

Commit cdbed76

Browse files
author
Stephan Dilly
committed
version bump
1 parent 4379a77 commit cdbed76

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
@@ -19,6 +19,8 @@ keywords = [
1919
]
2020

2121
[dependencies]
22+
scopetime = { path = "./scopetime", version = "0.1" }
23+
asyncgit = { path = "./asyncgit", version = "0.3" }
2224
crossterm = "0.17"
2325
tui = { version = "0.9", default-features=false, features = ['crossterm'] }
2426
itertools = "0.9"
@@ -32,8 +34,6 @@ bitflags = "1.2"
3234
chrono = "0.4"
3335
backtrace = { version = "0.3" }
3436
ron = "0.5.1"
35-
scopetime = { path = "./scopetime", version = "0.1" }
36-
asyncgit = { path = "./asyncgit", version = "0.2" }
3737
serde = "1.0.110"
3838

3939
[features]

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.2.6"
3+
version = "0.3.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
edition = "2018"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)