diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 22:38:33 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-22 22:38:33 +0100 |
| commit | 9660a01f4bcc514b70fe83fb64dc91659cf2bfa2 (patch) | |
| tree | 0016f91998e891908adebef3d8f81ef67600f87c /Cargo.lock | |
| parent | 5d06ba11c981430aca68f2ea31771fca7f18529b (diff) | |
| download | tools.nes-9660a01f4bcc514b70fe83fb64dc91659cf2bfa2.tar.gz tools.nes-9660a01f4bcc514b70fe83fb64dc91659cf2bfa2.zip | |
Drop lazy_static dependency
Apparently the standard library had LazyLock which is enough for what I
wanted to achieve with lazy_static.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -7,12 +7,6 @@ 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" dependencies = [ @@ -47,6 +41,3 @@ version = "0.1.0" [[package]] name = "xixanta" version = "0.1.0" -dependencies = [ - "lazy_static", -] |
