Skip to content

Commit 0ca82ab

Browse files
committed
bump versions
1 parent 58e72cd commit 0ca82ab

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
@@ -21,7 +21,7 @@ keywords = [
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
24+
asyncgit = { path = "./asyncgit", version = "0.23", 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.22.1"
3+
version = "0.23.0"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)