aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:26 +0000
commit75db835bfc711bbe3ac9056b7f8b251c201ad0f3 (patch)
tree7c264326b176646530ec9f4dbda66e24f95e12e9
parent3baae656c057490115b75889b2ac5eee45408c97 (diff)
downloadazalea-drasl-75db835bfc711bbe3ac9056b7f8b251c201ad0f3.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--azalea-client/Cargo.toml2
-rwxr-xr-xazalea-core/Cargo.toml2
-rw-r--r--azalea-physics/Cargo.toml2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
6 files changed, 6 insertions, 6 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 45ab94a9..716cd50d 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -14,7 +14,7 @@ async-trait = "0.1.58"
azalea-auth = {path = "../azalea-auth", version = "0.5.0" }
azalea-block = {path = "../azalea-block", version = "0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "0.5.0" }
-azalea-core = {path = "../azalea-core", version = "0.4.0"}
+azalea-core = {path = "../azalea-core", version = "0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" }
azalea-physics = {path = "../azalea-physics", version = "0.4.0"}
azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"}
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 77ea4c83..9addac59 100755
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -3,7 +3,7 @@ description = "Miscellaneous things in Azalea."
edition = "2021"
license = "MIT"
name = "azalea-core"
-version = "0.4.0"
+version = "0.5.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-core"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 223521b8..2f16a66a 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.4.0"
[dependencies]
azalea-block = {path = "../azalea-block", version = "^0.5.0" }
-azalea-core = {path = "../azalea-core", version = "^0.4.0" }
+azalea-core = {path = "../azalea-core", version = "^0.5.0" }
azalea-world = {path = "../azalea-world", version = "^0.4.0" }
once_cell = "1.16.0"
parking_lot = "^0.12.1"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index ff7e7d00..bd996cb2 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -16,7 +16,7 @@ azalea-block = {path = "../azalea-block", default-features = false, version = "^
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]}
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
-azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"}
+azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" }
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"}
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 79d1dd71..23949ee7 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -12,7 +12,7 @@ version = "0.4.0"
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" }
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
-azalea-core = {path = "../azalea-core", version = "^0.4.0" }
+azalea-core = {path = "../azalea-core", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" }
azalea-registry = {path = "../azalea-registry", version = "^0.4.0" }
enum-as-inner = "0.5.1"
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index d2905810..9f036cde 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -17,7 +17,7 @@ async-trait = "0.1.58"
azalea-block = { version = "0.5.0", path = "../azalea-block" }
azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
azalea-client = { version = "0.4.0", path = "../azalea-client" }
-azalea-core = { version = "0.4.0", path = "../azalea-core" }
+azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.4.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" }
azalea-world = { version = "0.4.0", path = "../azalea-world" }