aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 19:22:29 -0600
committermat <git@matdoes.dev>2024-12-20 19:22:29 -0600
commitad30950f85ce5516b3706513684f1b0d98c467db (patch)
tree34c63d2ce1f1465be53616018ec45a48e5d44c84 /azalea-inventory
parent7098375ecfe21574c2b6ffceef06542f7c4114a4 (diff)
downloadazalea-drasl-ad30950f85ce5516b3706513684f1b0d98c467db.tar.xz
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 6e5a38c6..b3436755 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -7,13 +7,13 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
-azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
+azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
"azalea-buf",
] }
-azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
-azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0+mc1.21.4" }
-azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
+azalea-core = { path = "../azalea-core", version = "0.11.0" }
+azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
simdnbt = { workspace = true }
uuid = { workspace = true }