aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-09 21:02:34 -0600
committermat <github@matdoes.dev>2023-02-09 21:02:34 -0600
commit2c7518be33577b767c62c82143f8cc0d9c4275ca (patch)
tree47b93f868744347e5d33b5628d6248e12fb5c387 /azalea
parent7341a06dbf8adb954fdf6b56539aa576aec0b8f8 (diff)
downloadazalea-drasl-2c7518be33577b767c62c82143f8cc0d9c4275ca.tar.xz
release ecs crates
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 83067d0b..a37cb84c 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -8,7 +8,7 @@ version = "0.5.0"
[package.metadata.release]
pre-release-replacements = [
- {file = "src/lib.rs", search = "//! `azalea = \"[a-z0-9\\.-]+\"`", replace = "//! `azalea = \"{{version}}\"`"},
+ {file = "README.md", search = "`azalea = \"[a-z0-9\\.-]+\"`", replace = "`azalea = \"{{version}}\"`"},
]
[dependencies]
@@ -18,7 +18,7 @@ azalea-block = {version = "0.5.0", path = "../azalea-block"}
azalea-chat = {version = "0.5.0", path = "../azalea-chat"}
azalea-client = {version = "0.5.0", path = "../azalea-client"}
azalea-core = {version = "0.5.0", path = "../azalea-core"}
-azalea-ecs = { version = "0.5.0", path = "../azalea-ecs" }
+azalea-ecs = {version = "0.6.0", path = "../azalea-ecs"}
azalea-physics = {version = "0.5.0", path = "../azalea-physics"}
azalea-protocol = {version = "0.5.0", path = "../azalea-protocol"}
azalea-registry = {version = "0.5.0", path = "../azalea-registry"}