minedmap-resource 0.7.0

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

2
Cargo.lock generated
View file

@ -711,7 +711,7 @@ dependencies = [
[[package]]
name = "minedmap-resource"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"bincode",
"enumflags2",

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "minedmap-resource"
version = "0.6.0"
version = "0.7.0"
description = "Data describing Minecraft biomes and block types"
edition.workspace = true
license.workspace = true