diff options
| author | mat <git@matdoes.dev> | 2023-09-14 19:15:42 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-14 19:15:42 -0500 |
| commit | c3717eaead706ed0d2fbd17b3c91fc2be759ff4a (patch) | |
| tree | c500c3b20edff7e9b3cae500fc54163b8556967a /azalea-world | |
| parent | c8aad8bdfeaa19a9d04308718c7772c92fcfae63 (diff) | |
| download | azalea-drasl-c3717eaead706ed0d2fbd17b3c91fc2be759ff4a.tar.xz | |
finish releasing 0.8
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
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" } |
