Skip to content

Commit bde9c33

Browse files
committed
feat: add sha256 feature to gix-commitgraph
1 parent 9081b8f commit bde9c33

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gix-commitgraph/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ rust-version = "1.82"
1616
doctest = false
1717

1818
[features]
19+
## Support for SHA256 hashes and digests.
20+
sha256 = ["gix-hash/sha256"]
1921
## Data structures implement `serde::Serialize` and `serde::Deserialize`
2022
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
2123

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ check:
106106
cargo check -p gix-features --features zlib
107107
cargo check -p gix-features --features cache-efficiency-debug
108108
cargo check -p gix-commitgraph --all-features
109+
cargo check -p gix-commitgraph --features sha256
109110
cargo check -p gix-config-value --all-features
110111
cargo check -p gix-config --all-features
111112
cargo check -p gix-diff --no-default-features

0 commit comments

Comments
 (0)