From c83d29855afbc224eb7c1d0d5a0ddf391b2eea54 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 13 May 2024 23:47:01 -0500 Subject: [PATCH] Release 0.4.3 simdnbt@0.4.3 simdnbt-derive@0.4.3 Generated by cargo-workspaces --- simdnbt-derive/Cargo.toml | 2 +- simdnbt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simdnbt-derive/Cargo.toml b/simdnbt-derive/Cargo.toml index 528efa6..094791a 100644 --- a/simdnbt-derive/Cargo.toml +++ b/simdnbt-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simdnbt-derive" -version = "0.4.1" +version = "0.4.3" edition = "2021" description = "Derive macros for simdnbt" license = "MIT" diff --git a/simdnbt/Cargo.toml b/simdnbt/Cargo.toml index bffe789..4db3684 100644 --- a/simdnbt/Cargo.toml +++ b/simdnbt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simdnbt" -version = "0.4.2" +version = "0.4.3" edition = "2021" description = "an unnecessarily fast nbt decoder" license = "MIT"