Skip to content

Commit

Permalink
[crypto-rustcrypto]: remove unused custom feature
Browse files Browse the repository at this point in the history
We don’t actually use the “custom” feature of the getrandom crate.
  • Loading branch information
mgeisler committed Jun 14, 2024
1 parent 9b55525 commit 68eaa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls-rs-crypto-rustcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thiserror = { version = "1.0.40", optional = true }
zeroize = { version = "1", default-features = false, features = ["alloc", "zeroize_derive"] }

# Random
getrandom = { version = "0.2", default-features = false, features = ["custom"] }
getrandom = { version = "0.2", default-features = false }
rand_core = { version = "0.6", default-features = false, features = ["alloc"] }

# AEAD
Expand Down

0 comments on commit 68eaa11

Please sign in to comment.