Skip to content

Commit b574a39

Browse files
committed
Release gix-hash v0.10.4, gix-hashtable v0.1.3
1 parent a0a938f commit b574a39

File tree

20 files changed

+76
-77
lines changed

20 files changed

+76
-77
lines changed

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-commitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde1 = ["serde", "gix-hash/serde1", "bstr/serde"]
1919

2020
[dependencies]
2121
gix-features = { version = "^0.28.1", path = "../gix-features", features = ["rustsha1"] }
22-
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
22+
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
2323
gix-chunk = { version = "^0.4.1", path = "../gix-chunk" }
2424

2525
bstr = { version = "1.3.0", default-features = false, features = ["std"] }

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ wasm = ["dep:getrandom"]
2020
doctest = false
2121

2222
[dependencies]
23-
gix-hash = { version = "^0.10.2", path = "../gix-hash" }
23+
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
2424
gix-object = { version = "^0.28.0", path = "../gix-object" }
2525
thiserror = "1.0.32"
2626
imara-diff = "0.1.3"

gix-discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616
gix-sec = { version = "^0.6.2", path = "../gix-sec" }
1717
gix-path = { version = "^0.7.3", path = "../gix-path" }
1818
gix-ref = { version = "^0.27.2", path = "../gix-ref" }
19-
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
19+
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
2020

2121
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
2222
thiserror = "1.0.26"

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ required-features = ["io-pipe"]
104104
[dependencies]
105105
#! ### Optional Dependencies
106106

107-
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
107+
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
108108

109109

110110

0 commit comments

Comments
 (0)