Skip to content

Commit 140341c

Browse files
committed
Disable faster-hex's default serde feature
faster-hex has a default-enabled `serde` feature, but gitoxide doesn't use that functionality. Disable that feature, so that builds of gitoxide that otherwise disable serde don't end up pulling it in anyway.
1 parent db86fba commit 140341c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ members = [
304304
[workspace.dependencies]
305305
prodash = { version = "28.0.0", default-features = false }
306306
futures-lite = { version = "2.1.0", default-features = false, features = ["std"] }
307-
faster-hex = { version = "0.9.0" }
307+
faster-hex = { version = "0.9.0", default-features = false }
308308

309309
[package.metadata.docs.rs]
310310
features = ["document-features", "max"]

0 commit comments

Comments
 (0)