Skip to content

Commit

Permalink
Update fixed-hash/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Dec 1, 2023
1 parent 842ddd6 commit 37d1f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixed-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rand = { version = "0.8.0", default-features = false, features = ["std_rng"] }
[features]
default = ["std", "rand", "rustc-hex", "byteorder"]
std = ["rustc-hex/std", "rand?/std", "byteorder/std"]
rand = ["dep:rand"]

api-dummy = [] # Feature used by docs.rs to display documentation of hash types

Expand Down

0 comments on commit 37d1f27

Please sign in to comment.