aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-24 04:20:39 +0000
committermat <git@matdoes.dev>2024-04-24 04:20:39 +0000
commitdf8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch)
tree023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-physics
parent7357455cad123e41cdd1ca8689527afff77f28f8 (diff)
downloadazalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz
upgrade deps
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 8523db82..0d2e5132 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -9,10 +9,10 @@ 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.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" }
+azalea-block = { path = "../azalea-block", version = "0.9.1" }
+azalea-core = { path = "../azalea-core", version = "0.9.1" }
+azalea-registry = { path = "../azalea-registry", version = "0.9.1" }
+azalea-world = { path = "../azalea-world", version = "0.9.1" }
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.9.0", path = "../azalea-entity" }
-azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
+azalea-entity = { version = "0.9.1", path = "../azalea-entity" }
+azalea-inventory = { version = "0.9.1", path = "../azalea-inventory" }
[dev-dependencies]
bevy_time = "0.13.2"