Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bf91809

Browse files
committed
Make humanize-rs optional with no default features
1 parent 8a386a6 commit bf91809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bee-ledger/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ digest = { version = "0.9.0", default-features = false, optional = true }
2323
futures = { version = "0.3.17", default-features = false, optional = true }
2424
hashbrown = { version = "0.11.2", default-features = false, optional = true }
2525
hex = { version = "0.4.3", default-features = false, optional = true }
26-
humanize-rs = "0.1.5"
26+
humanize-rs = { version = "0.1.5", default-features = false, optional = true }
2727
iota-crypto = { version = "0.9.1", default-features = false, features = [ "blake2b" ], optional = true }
2828
log = { version = "0.4.14", default-features = false, optional = true }
2929
ref-cast = { version = "1.0.6", default-features = false, optional = true }
@@ -52,6 +52,7 @@ workers = [
5252
"futures",
5353
"hashbrown",
5454
"hex",
55+
"humanize-rs",
5556
"iota-crypto",
5657
"log",
5758
"ref-cast",

0 commit comments

Comments
 (0)