Skip to content

Commit

Permalink
Release gix-hash v0.10.4, gix-hashtable v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 12, 2023
1 parent a0a938f commit b574a39
Show file tree
Hide file tree
Showing 20 changed files with 76 additions and 77 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion gix-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde1 = ["serde", "gix-hash/serde1", "bstr/serde"]

[dependencies]
gix-features = { version = "^0.28.1", path = "../gix-features", features = ["rustsha1"] }
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
gix-chunk = { version = "^0.4.1", path = "../gix-chunk" }

bstr = { version = "1.3.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wasm = ["dep:getrandom"]
doctest = false

[dependencies]
gix-hash = { version = "^0.10.2", path = "../gix-hash" }
gix-hash = { version = "^0.10.4", path = "../gix-hash" }
gix-object = { version = "^0.28.0", path = "../gix-object" }
thiserror = "1.0.32"
imara-diff = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
gix-sec = { version = "^0.6.2", path = "../gix-sec" }
gix-path = { version = "^0.7.3", path = "../gix-path" }
gix-ref = { version = "^0.27.2", path = "../gix-ref" }
gix-hash = { version = "^0.10.3", path = "../gix-hash" }
gix-hash = { version = "^0.10.4", path = "../gix-hash" }

bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }
thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ required-features = ["io-pipe"]
[dependencies]
#! ### Optional Dependencies

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



Expand Down
Loading

0 comments on commit b574a39

Please sign in to comment.