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 /lib/xixanta/fuzz | |
| 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 'lib/xixanta/fuzz')
| -rw-r--r-- | lib/xixanta/fuzz/Cargo.lock | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/xixanta/fuzz/Cargo.lock b/lib/xixanta/fuzz/Cargo.lock index d06a484..ffbe843 100644 --- a/lib/xixanta/fuzz/Cargo.lock +++ b/lib/xixanta/fuzz/Cargo.lock @@ -29,12 +29,6 @@ dependencies = [ ] [[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - -[[package]] name = "libc" version = "0.2.159" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -66,9 +60,6 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "xixanta" version = "0.1.0" -dependencies = [ - "lazy_static", -] [[package]] name = "xixanta-fuzz" |
