From b4a779f040f18257fde1c357626461ab187490db Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jan 2025 15:55:25 +0100 Subject: Remove dependency to the rand crate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This dependency was easily avoidable and it brought with it a lot of inner dependencies of its own, most notably 'zerocopy-derive', which forbid us to compile the affected programs purely statically. Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/xixanta/Cargo.toml') diff --git a/lib/xixanta/Cargo.toml b/lib/xixanta/Cargo.toml index 6d2c66a..ada2ded 100644 --- a/lib/xixanta/Cargo.toml +++ b/lib/xixanta/Cargo.toml @@ -11,4 +11,3 @@ rust-version.workspace = true [dependencies] lazy_static = "1.5.0" toml = { version = "0.8", features = ["preserve_order"] } -rand = "0.8.5" -- cgit v1.2.3