aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 04:11:53 +0000
committermat <git@matdoes.dev>2024-04-24 04:11:53 +0000
commit7357455cad123e41cdd1ca8689527afff77f28f8 (patch)
treead5c7868d051e75fe05703b004826c03a55d35d0 /azalea-client
parentf26aa56f427d8a0e88ad3b0d8f11438a01090f37 (diff)
downloadazalea-drasl-7357455cad123e41cdd1ca8689527afff77f28f8.tar.xz
Revert "Release 0.10.0"
This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37.
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index e15f4803..2b6d62c5 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-client"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client"
-version = "0.10.0"
+version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,16 +13,16 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
reqwest = { version = "0.12.4", default-features = false }
anyhow = "1.0.82"
async-trait = "0.1.80"
-azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
-azalea-block = { path = "../azalea-block", version = "0.10.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.10.0" }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
-azalea-physics = { path = "../azalea-physics", version = "0.10.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
+azalea-block = { path = "../azalea-block", version = "0.9.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.9.0" }
+azalea-core = { path = "../azalea-core", version = "0.9.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }
+azalea-physics = { path = "../azalea-physics", version = "0.9.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.9.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.0" }
+azalea-world = { path = "../azalea-world", version = "0.9.0" }
bevy_app = "0.13.2"
bevy_ecs = "0.13.2"
bevy_log = { version = "0.13.2", optional = true }
@@ -41,8 +41,8 @@ uuid = "^1.8.0"
serde_json = "1.0.116"
serde = "1.0.198"
minecraft_folder_path = "0.1.2"
-azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
+azalea-entity = { version = "0.9.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
[features]
default = ["log"]