diff --git a/aead/Cargo.toml b/aead/Cargo.toml index 4b28d4a44..ad9ff9c74 100644 --- a/aead/Cargo.toml +++ b/aead/Cargo.toml @@ -28,7 +28,7 @@ bytes = { version = "1.11.1", optional = true, default-features = false } default = ["rand_core"] alloc = [] dev = ["blobby", "alloc"] -getrandom = ["common/getrandom"] +getrandom = ["common/getrandom", "rand_core"] rand_core = ["common/rand_core"] [lints]