From 96c60b048eac9424c22b4495dacb3d37b5b0058b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 7 Jan 2024 22:26:10 +0100 Subject: [PATCH] minedmap-nbt 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/nbt/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4cb58..e83be60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "minedmap-nbt" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 6dd14ed..5fc36e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ git-version = "0.3.5" image = { version = "0.24.5", default-features = false, features = ["png"] } indexmap = { version = "2.0.0", features = ["serde"] } lru = "0.12.0" -minedmap-nbt = { version = "0.1.0", path = "crates/nbt", default-features = false } +minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false } minedmap-resource = { version = "0.2.0", path = "crates/resource" } minedmap-types = { version = "0.1.2", path = "crates/types" } num-integer = "0.1.45" diff --git a/crates/nbt/Cargo.toml b/crates/nbt/Cargo.toml index f61e03f..2c817c6 100644 --- a/crates/nbt/Cargo.toml +++ b/crates/nbt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minedmap-nbt" -version = "0.1.0" +version = "0.1.1" description = "MinedMap's handling of Minecraft NBT data and region files" edition.workspace = true license.workspace = true