From 0bf1d46aad47fd184636f57b636104c91bd727b6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 11 Jan 2025 01:53:05 +0100 Subject: [PATCH] minedmap-types 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/nbt/Cargo.toml | 2 +- crates/types/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e902fc1..9aeb667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "minedmap-types" -version = "0.1.3" +version = "0.1.4" dependencies = [ "itertools", "serde", diff --git a/Cargo.toml b/Cargo.toml index c4bfdcb..a143c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ indexmap = { version = "2.0.0", features = ["serde"] } lru = "0.12.0" minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false } minedmap-resource = { version = "0.6.0", path = "crates/resource" } -minedmap-types = { version = "0.1.2", path = "crates/types" } +minedmap-types = { version = "0.1.4", path = "crates/types" } num-integer = "0.1.45" num_cpus = "1.16.0" phf = { version = "0.11.2", features = ["macros"] } diff --git a/crates/nbt/Cargo.toml b/crates/nbt/Cargo.toml index 2c817c6..9f815da 100644 --- a/crates/nbt/Cargo.toml +++ b/crates/nbt/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.75" bytemuck = "1.13.1" fastnbt = "2.4.4" flate2 = "1.0.27" -minedmap-types = { version = "0.1.2", path = "../types" } +minedmap-types = { version = "0.1.4", path = "../types" } serde = "1.0.183" [features] diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 1146195..c5bd47e 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minedmap-types" -version = "0.1.3" +version = "0.1.4" description = "Common types used by several MinedMap crates" edition.workspace = true license.workspace = true