minedmap-types 0.2.0

This commit is contained in:
Matthias Schiffer 2025-03-14 20:02:13 +01:00
parent dca365f4e2
commit 6a54f57c50
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ 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-resource = { version = "0.6.0", path = "crates/resource" }
minedmap-types = { version = "0.1.4", path = "crates/types" }
minedmap-types = { version = "0.2.0", path = "crates/types" }
notify = "8.0.0"
num-integer = "0.1.45"
num_cpus = "1.16.0"