aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
commit9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8 (patch)
tree3433bf01dcd03393bbb5dd83773a2fc80d01ca6a /azalea-physics
parent7c71efab4aa05b86ba5ff8cb986b7a25dc1e7bf3 (diff)
downloadazalea-drasl-9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8.tar.xz
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea-physics')
-rw-r--r--azalea-physics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index f85de671..c6ee85e0 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
azalea-block = { path = "../azalea-block", version = "^0.2.0" }
azalea-core = { path = "../azalea-core", version = "^0.2.0" }
-azalea-world = { path = "../azalea-world", version = "^0.1.0" }
+azalea-world = { path = "../azalea-world", version = "^0.2.0" }
lazy_static = "1.4.0"
[dev-dependencies]