Skip to content

Commit

Permalink
gix to 0.44.1 (#199)
Browse files Browse the repository at this point in the history
* gix to 0.44.1

* version bump for next release
  • Loading branch information
CraZySacX authored Apr 27, 2023
1 parent c2a3b04 commit ccaf456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "8.1.2"
version = "8.1.3"

[package.metadata.cargo-all-features]
denylist = [
Expand Down Expand Up @@ -41,7 +41,7 @@ si = ["sysinfo"]
[dependencies]
anyhow = "1.0.70"
git2-rs = { version = "0.17.1", package = "git2", optional = true, default-features = false }
gix = { version = "0.43.1", optional = true, default-features = false }
gix = { version = "0.44.1", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.28.4", optional = true, default-features = false }
time = { version = "0.3.20", features = [
Expand All @@ -53,7 +53,7 @@ time = { version = "0.3.20", features = [
rustversion = "1.0.12"

[dev-dependencies]
gix = { version = "0.43.1", default-features = false, features = [
gix = { version = "0.44.1", default-features = false, features = [
"blocking-network-client",
] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit ccaf456

Please sign in to comment.