Skip to content

Commit 425e9f0

Browse files
committed
bump versions (prepare for release)
1 parent 7efa225 commit 425e9f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["extrawurst <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"
@@ -21,7 +21,7 @@ keywords = [
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
asyncgit = { path = "./asyncgit", version = "0.21", default-features = false }
24+
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
2525
backtrace = "0.3"
2626
bitflags = "1.3"
2727
bugreport = "0.5"

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.21.0"
3+
version = "0.22.0"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)