Skip to content

Commit

Permalink
Make humanize-rs optional with no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Apr 25, 2022
1 parent 8a386a6 commit bf91809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bee-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digest = { version = "0.9.0", default-features = false, optional = true }
futures = { version = "0.3.17", default-features = false, optional = true }
hashbrown = { version = "0.11.2", default-features = false, optional = true }
hex = { version = "0.4.3", default-features = false, optional = true }
humanize-rs = "0.1.5"
humanize-rs = { version = "0.1.5", default-features = false, optional = true }
iota-crypto = { version = "0.9.1", default-features = false, features = [ "blake2b" ], optional = true }
log = { version = "0.4.14", default-features = false, optional = true }
ref-cast = { version = "1.0.6", default-features = false, optional = true }
Expand Down Expand Up @@ -52,6 +52,7 @@ workers = [
"futures",
"hashbrown",
"hex",
"humanize-rs",
"iota-crypto",
"log",
"ref-cast",
Expand Down

0 comments on commit bf91809

Please sign in to comment.