aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-16 23:57:06 -0500
committermat <git@matdoes.dev>2023-05-16 23:57:06 -0500
commitcb204304813f63b8ef6601dce84f8f911b0af154 (patch)
tree57bcc63a2d6d5199ae8202f5f67ac684de1ab9d2 /azalea-core
parenta63beff5e395ebf104a62047cefe1c8f6d426f6f (diff)
downloadazalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz
chore: Release
Diffstat (limited to 'azalea-core')
-rw-r--r--azalea-core/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 6f953359..1982f878 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -4,16 +4,16 @@ edition = "2021"
license = "MIT"
name = "azalea-core"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-core"
-version = "0.6.0"
+version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
-azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
-azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" }
-azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" }
-azalea-registry = { path = "../azalea-registry", version = "^0.6.0" }
+azalea-chat = { path = "../azalea-chat", version = "^0.7.0" }
+azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
+azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" }
+azalea-registry = { path = "../azalea-registry", version = "^0.7.0" }
bevy_ecs = { version = "0.10.0", default-features = false, optional = true }
num-traits = "0.2.15"
serde = { version = "^1.0", optional = true }