Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Jun 9, 2020
1 parent 5d35cb2 commit 97dc800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.5.0"
version = "0.6.0"
authors = ["Stephan Dilly <[email protected]>"]
description = "blazing fast terminal-ui for git"
edition = "2018"
Expand All @@ -20,7 +20,7 @@ keywords = [

[dependencies]
scopetime = { path = "./scopetime", version = "0.1" }
asyncgit = { path = "./asyncgit", version = "0.5" }
asyncgit = { path = "./asyncgit", version = "0.6" }
crossterm = "0.17"
clap = { version = "2.33", default-features = false }
tui = { version = "0.9", default-features = false, features = ['crossterm'] }
Expand Down
2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.5.0"
version = "0.6.0"
authors = ["Stephan Dilly <[email protected]>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"
Expand Down

0 comments on commit 97dc800

Please sign in to comment.