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à --- Cargo.lock | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a997895..28f7966 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6,12 +6,6 @@ version = 3 name = "header" version = "0.1.0" -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - [[package]] name = "nasm" version = "0.1.0" @@ -47,6 +41,3 @@ version = "0.1.0" [[package]] name = "xixanta" version = "0.1.0" -dependencies = [ - "lazy_static", -] -- cgit v1.2.3