Skip to content

Commit 974a0f3

Browse files
committed
minedmap-nbt 0.2.0
1 parent 54ea2b2 commit 974a0f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ image = { version = "0.25.1", default-features = false, features = ["png", "webp
5050
indexmap = "2.0.0"
5151
lru = "0.13.0"
5252
minedmap-default-alloc = { version = "0.1.0", path = "crates/default-alloc", optional = true }
53-
minedmap-nbt = { version = "0.1.1", path = "crates/nbt", default-features = false }
53+
minedmap-nbt = { version = "0.2.0", path = "crates/nbt", default-features = false }
5454
minedmap-resource = { version = "0.7.0", path = "crates/resource" }
5555
minedmap-types = { version = "0.2.0", path = "crates/types" }
5656
notify = "8.0.0"

crates/nbt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minedmap-nbt"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "MinedMap's handling of Minecraft NBT data and region files"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)