diff --git a/Cargo.lock b/Cargo.lock index d5159bf..726fd48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,7 +698,7 @@ dependencies = [ [[package]] name = "minedmap-nbt" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 33256e6..9b87ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ image = { version = "0.25.1", default-features = false, features = ["png", "webp indexmap = "2.0.0" lru = "0.13.0" minedmap-default-alloc = { version = "0.1.0", path = "crates/default-alloc", optional = true } -minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false } +minedmap-nbt = { version = "0.2.0", path = "crates/nbt", default-features = false } minedmap-resource = { version = "0.7.0", path = "crates/resource" } minedmap-types = { version = "0.2.0", path = "crates/types" } notify = "8.0.0" diff --git a/crates/nbt/Cargo.toml b/crates/nbt/Cargo.toml index 6a4938e..07a5fd7 100644 --- a/crates/nbt/Cargo.toml +++ b/crates/nbt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minedmap-nbt" -version = "0.1.1" +version = "0.2.0" description = "MinedMap's handling of Minecraft NBT data and region files" edition.workspace = true license.workspace = true