Skip to content

Commit 8b09cf2

Browse files
committed
prepare manual release of gitoxide-core (#1466)
1 parent 1a97922 commit 8b09cf2

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
@@ -168,7 +168,7 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
168168
[dependencies]
169169
anyhow = "1.0.42"
170170

171-
gitoxide-core = { version = "^0.39.0", path = "gitoxide-core" }
171+
gitoxide-core = { version = "^0.39.1", path = "gitoxide-core" }
172172
gix-features = { version = "^0.38.2", path = "gix-features" }
173173
gix = { version = "^0.64.0", path = "gix", default-features = false }
174174
time = "0.3.23"

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gitoxide-core"
33
description = "The library implementing all capabilities of the gitoxide CLI"
44
repository = "https://github.com/Byron/gitoxide"
5-
version = "0.39.0"
5+
version = "0.39.1"
66
authors = ["Sebastian Thiel <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"

0 commit comments

Comments
 (0)