aboutsummaryrefslogtreecommitdiff
path: root/azalea-world
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-14 19:15:42 -0500
committermat <git@matdoes.dev>2023-09-14 19:15:42 -0500
commitc3717eaead706ed0d2fbd17b3c91fc2be759ff4a (patch)
treec500c3b20edff7e9b3cae500fc54163b8556967a /azalea-world
parentc8aad8bdfeaa19a9d04308718c7772c92fcfae63 (diff)
downloadazalea-drasl-c3717eaead706ed0d2fbd17b3c91fc2be759ff4a.tar.xz
finish releasing 0.8
Diffstat (limited to 'azalea-world')
-rw-r--r--azalea-world/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index f49a65cf..1fcb65f8 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.8.0"
[dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "0.8.0" }
azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
-azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [
+azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [
"bevy_ecs",
] }
azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" }