diff options
| author | mat <git@matdoes.dev> | 2025-12-22 10:04:18 -1345 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-22 10:04:18 -1345 |
| commit | 9097abb39bf1852676a50bac04575bcc6ec4150c (patch) | |
| tree | c46289e4ad46743d96ededaef3584e787c0ff66e /azalea-crypto | |
| parent | cce026029d5c9c087db8f5828c46c83fbc2db29b (diff) | |
| download | azalea-drasl-9097abb39bf1852676a50bac04575bcc6ec4150c.tar.xz | |
fix compilation from rand_core update
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 1d992b50..04f6217a 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -15,6 +15,8 @@ azalea-buf = { workspace = true, optional = true } cfb8.workspace = true num-bigint.workspace = true rand = { workspace = true, features = ["os_rng"] } +# TODO: Remove when rand is fixed. +rand_core.workspace = true rsa = { workspace = true, features = ["sha2"] } rsa_public_encrypt_pkcs1.workspace = true sha1.workspace = true |
