Skip to content

Commit

Permalink
Disable num-traits default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 14, 2023
1 parent 51dd348 commit 12945f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subtle = { version = "2.5", default-features = false }
# optional dependencies
der = { version = "0.7", optional = true, default-features = false }
generic-array = { version = "0.14", optional = true }
num-traits = "0.2"
num-traits = { version = "0.2", default-features = false }
rand_core = { version = "0.6.4", optional = true }
rlp = { version = "0.5", optional = true, default-features = false }
serdect = { version = "0.2", optional = true, default-features = false }
Expand Down

0 comments on commit 12945f2

Please sign in to comment.