minedmap-resource 0.8.0

This commit is contained in:
Matthias Schiffer 2025-06-30 22:07:55 +02:00
parent 253a9a786e
commit 190b92b68d
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

@ -51,7 +51,7 @@ indexmap = "2.0.0"
lru = "0.15.0"
minedmap-default-alloc = { version = "0.1.0", path = "crates/default-alloc", optional = true }
minedmap-nbt = { version = "0.2.0", path = "crates/nbt", default-features = false }
minedmap-resource = { version = "0.7.0", path = "crates/resource" }
minedmap-resource = { version = "0.8.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.7.0"
version = "0.8.0"
description = "Data describing Minecraft biomes and block types"
edition.workspace = true
license.workspace = true