From cbb2ffad920ba88ad042a5d3ea932a62d42f3d4b Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 28 Dec 2023 17:49:41 -0600 Subject: read nbt as optional in more places --- Cargo.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 4903876d..68fedc61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2439,8 +2439,7 @@ dependencies = [ [[package]] name = "simdnbt" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d42fda2b44594e802fc92a5b3c633cd442cdb1c0a31e0b624ec5c6aab0d063" +source = "git+https://github.com/azalea-rs/simdnbt#922701104ab432eea6185a1a5e96211eaeba5bda" dependencies = [ "byteorder", "flate2", @@ -2452,8 +2451,7 @@ dependencies = [ [[package]] name = "simdnbt-derive" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6241f3aeb4a7cf50ab268d21af2d0cf5d5ede8d928d3c2709e01425fc7e8d54c" +source = "git+https://github.com/azalea-rs/simdnbt#922701104ab432eea6185a1a5e96211eaeba5bda" dependencies = [ "proc-macro2", "quote", -- cgit v1.2.3