aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 17:56:35 -0500
committermat <git@matdoes.dev>2024-04-24 17:56:35 -0500
commit84f66a55a5e5b1618111e522c25704ac96d45806 (patch)
treea6079dd70cf82962439902c681ea0e291274c5be /azalea-inventory
parenta3169d8ffee13e5bb9691ebfb4412ae43ac0593b (diff)
downloadazalea-drasl-84f66a55a5e5b1618111e522c25704ac96d45806.tar.xz
Release 0.10.1
azalea@0.10.1 azalea-auth@0.10.1 azalea-buf@0.10.1 azalea-chat@0.10.1 azalea-client@0.10.1 azalea-entity@0.10.1 azalea-inventory@0.10.1 azalea-protocol@0.10.1 azalea-world@0.10.1 Generated by cargo-workspaces
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index ab269bf9..e381119b 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-inventory"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
-version = "0.10.0"
+version = "0.10.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,6 +13,8 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" }
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
-azalea-chat = { version = "0.10.0", features = ["azalea-buf"] }
+azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [
+ "azalea-buf",
+] }
azalea-core = { version = "0.10.0", path = "../azalea-core" }
uuid = "1.8.0"