aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
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-physics
parentf26aa56f427d8a0e88ad3b0d8f11438a01090f37 (diff)
downloadazalea-drasl-7357455cad123e41cdd1ca8689527afff77f28f8.tar.xz
Revert "Release 0.10.0"
This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37.
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 874202e8..8523db82 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -4,15 +4,15 @@ edition = "2021"
license = "MIT"
name = "azalea-physics"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics"
-version = "0.10.0"
+version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-block = { path = "../azalea-block", version = "0.10.0" }
-azalea-core = { path = "../azalea-core", version = "0.10.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
-azalea-world = { path = "../azalea-world", version = "0.10.0" }
+azalea-block = { path = "../azalea-block", version = "0.9.0" }
+azalea-core = { path = "../azalea-core", 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"
tracing = "0.1.40"
@@ -20,8 +20,8 @@ once_cell = "1.19.0"
parking_lot = "^0.12.1"
nohash-hasher = "0.2.0"
smallvec = "1.13.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" }
[dev-dependencies]
bevy_time = "0.13.2"