diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:11:53 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:11:53 +0000 |
| commit | 7357455cad123e41cdd1ca8689527afff77f28f8 (patch) | |
| tree | ad5c7868d051e75fe05703b004826c03a55d35d0 /azalea-entity | |
| parent | f26aa56f427d8a0e88ad3b0d8f11438a01090f37 (diff) | |
| download | azalea-drasl-7357455cad123e41cdd1ca8689527afff77f28f8.tar.xz | |
Revert "Release 0.10.0"
This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37.
Diffstat (limited to 'azalea-entity')
| -rw-r--r-- | azalea-entity/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 4e6d1d60..20648484 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.10.0" +version = "0.9.1" edition = "2021" description = "Things related to Minecraft entities used by Azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity" @@ -10,15 +10,15 @@ license = "MIT" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-block = { version = "0.10.0", path = "../azalea-block" } -azalea-buf = { version = "0.10.0", path = "../azalea-buf" } +azalea-block = { version = "0.9.0", path = "../azalea-block" } +azalea-buf = { version = "0.9.0", path = "../azalea-buf" } azalea-chat = { version = "0.9.0", path = "../azalea-chat", features = [ "azalea-buf", ] } -azalea-core = { version = "0.10.0", path = "../azalea-core" } -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-world = { version = "0.10.0", path = "../azalea-world" } +azalea-core = { version = "0.9.0", path = "../azalea-core" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-world = { version = "0.9.0", path = "../azalea-world" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" derive_more = "0.99.17" |
