Skip to content

Commit

Permalink
Release gix-actor v0.24.2, gix-object v0.33.2, gix-ref v0.33.3, gix-c…
Browse files Browse the repository at this point in the history
…onfig 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
  • Loading branch information
Byron committed Aug 2, 2023
1 parent db63815 commit 231ac1c
Show file tree
Hide file tree
Showing 23 changed files with 112 additions and 103 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
version = "0.28.0"
version = "0.29.0"
default-run = "gix"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
resolver = "2"
Expand Down Expand Up @@ -162,9 +162,9 @@ gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
[dependencies]
anyhow = "1.0.42"

gitoxide-core = { version = "^0.30.0", path = "gitoxide-core" }
gitoxide-core = { version = "^0.31.0", path = "gitoxide-core" }
gix-features = { version = "^0.32.1", path = "gix-features" }
gix = { version = "^0.50.1", path = "gix", default-features = false }
gix = { version = "^0.51.0", path = "gix", default-features = false }
time = "0.3.19"

clap = { version = "4.1.1", features = ["derive", "cargo"] }
Expand Down
Loading

0 comments on commit 231ac1c

Please sign in to comment.