minedmap-types 0.1.4

This commit is contained in:
Matthias Schiffer 2025-01-11 01:53:05 +01:00
parent a2f0ad401d
commit 0bf1d46aad
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 4 additions and 4 deletions

View file

@ -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"] }