We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sha256
gix-commitgraph
1 parent 9081b8f commit bde9c33Copy full SHA for bde9c33
2 files changed
gix-commitgraph/Cargo.toml
@@ -16,6 +16,8 @@ rust-version = "1.82"
16
doctest = false
17
18
[features]
19
+## Support for SHA256 hashes and digests.
20
+sha256 = ["gix-hash/sha256"]
21
## Data structures implement `serde::Serialize` and `serde::Deserialize`
22
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
23
justfile
@@ -106,6 +106,7 @@ check:
106
cargo check -p gix-features --features zlib
107
cargo check -p gix-features --features cache-efficiency-debug
108
cargo check -p gix-commitgraph --all-features
109
+ cargo check -p gix-commitgraph --features sha256
110
cargo check -p gix-config-value --all-features
111
cargo check -p gix-config --all-features
112
cargo check -p gix-diff --no-default-features
0 commit comments