aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-04-12 13:33:07 -1245
committermat <git@matdoes.dev>2025-04-12 13:33:07 -1245
commit960b8405363ebbd4fae48255204a0470891ab0e1 (patch)
tree53846950efdfde5ce5aa141fcf5f9de34b3d7e93 /azalea-world
parente2945b90a973b6677e78696d97b5461909bedc0b (diff)
downloadazalea-drasl-960b8405363ebbd4fae48255204a0470891ab0e1.tar.xz
Revert "Release 0.12.0"
This reverts commit e2945b90a973b6677e78696d97b5461909bedc0b.
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 2e651b27..5354259e 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,10 +11,10 @@ azalea-client = { path = "../azalea-client" }
criterion = "0.5.1"
[dependencies]
-azalea-block = { path = "../azalea-block", default-features = false, version = "0.12.0" }
-azalea-buf = { path = "../azalea-buf", version = "0.12.0" }
-azalea-core = { path = "../azalea-core", version = "0.12.0", features = ["bevy_ecs"] }
-azalea-registry = { path = "../azalea-registry", version = "0.12.0" }
+azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
+azalea-core = { path = "../azalea-core", version = "0.11.0", features = ["bevy_ecs"] }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
bevy_ecs.workspace = true
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
nohash-hasher.workspace = true