Skip to content

Commit 231ac1c

Browse files
committed
Release gix-actor v0.24.2, gix-object v0.33.2, gix-ref v0.33.3, gix-config v0.26.2, gix-prompt v0.5.5, gix-odb v0.50.2, gix-transport v0.34.2, gix-protocol v0.37.0, gix-worktree v0.23.1, gix v0.51.0, safety bump 3 crates
SAFETY BUMP: gix v0.51.0, gitoxide-core v0.31.0, gitoxide v0.29.0
1 parent db63815 commit 231ac1c

File tree

23 files changed

+112
-103
lines changed

23 files changed

+112
-103
lines changed

Cargo.lock

Lines changed: 47 additions & 47 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
@@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <[email protected]>"]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
8-
version = "0.28.0"
8+
version = "0.29.0"
99
default-run = "gix"
1010
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
1111
resolver = "2"
@@ -162,9 +162,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
162162
[dependencies]
163163
anyhow = "1.0.42"
164164

165-
gitoxide-core = { version = "^0.30.0", path = "gitoxide-core" }
165+
gitoxide-core = { version = "^0.31.0", path = "gitoxide-core" }
166166
gix-features = { version = "^0.32.1", path = "gix-features" }
167-
gix = { version = "^0.50.1", path = "gix", default-features = false }
167+
gix = { version = "^0.51.0", path = "gix", default-features = false }
168168
time = "0.3.19"
169169

170170
clap = { version = "4.1.1", features = ["derive", "cargo"] }

0 commit comments

Comments
 (0)