aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-09-04 21:24:10 -0500
committermat <github@matdoes.dev>2022-09-04 21:24:10 -0500
commit99fcad7bc4133c32627fe2e4751faad05b9b4ef1 (patch)
tree77d776fa1eb0476d1709c67c07af2293674c4a0e /azalea-world
parent2557d70576764c32773153d33eeaa31f34b16b15 (diff)
downloadazalea-drasl-99fcad7bc4133c32627fe2e4751faad05b9b4ef1.tar.xz
fix chunks not being able to be read
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 524616e6..8f88757d 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -13,7 +13,7 @@ azalea-core = {path = "../azalea-core"}
azalea-nbt = {path = "../azalea-nbt"}
log = "0.4.17"
nohash-hasher = "0.2.0"
-thiserror = "1.0.32"
+thiserror = "1.0.34"
uuid = "1.1.2"
[profile.release]