From 9660a01f4bcc514b70fe83fb64dc91659cf2bfa2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jan 2025 22:38:33 +0100 Subject: Drop lazy_static dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently the standard library had LazyLock which is enough for what I wanted to achieve with lazy_static. Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/xixanta/Cargo.toml') diff --git a/lib/xixanta/Cargo.toml b/lib/xixanta/Cargo.toml index 90a0050..7989ffc 100644 --- a/lib/xixanta/Cargo.toml +++ b/lib/xixanta/Cargo.toml @@ -7,6 +7,3 @@ authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true - -[dependencies] -lazy_static = "1.5.0" -- cgit v1.2.3