Skip to content

Commit

Permalink
fix: make aead depend on getrandom to enable Keypair::generate()
Browse files Browse the repository at this point in the history
  • Loading branch information
nc7s committed Nov 8, 2023
1 parent f06536c commit c6e918d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ getrandom = ["rand_core/getrandom"]
# wasm-bindgen = ["getrandom/wasm-bindgen"]
# See https://github.com/rust-lang/cargo/issues/9210
# and https://github.com/w3f/schnorrkel/issues/65#issuecomment-786923588
aead = ["dep:aead", "getrandom"]

0 comments on commit c6e918d

Please sign in to comment.