From 9097abb39bf1852676a50bac04575bcc6ec4150c Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 22 Dec 2025 10:04:18 -1345 Subject: fix compilation from rand_core update --- azalea-crypto/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-crypto') 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 -- cgit v1.2.3