diff --git a/Cargo.lock b/Cargo.lock index 26a8c53a..f5669305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-block", "azalea-core", @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 93e1ae06..38a36c9b 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -16,7 +16,7 @@ azalea-block = {path = "../azalea-block", version = "0.5.0" } azalea-chat = {path = "../azalea-chat", version = "0.5.0" } azalea-core = {path = "../azalea-core", version = "0.5.0" } azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" } -azalea-physics = {path = "../azalea-physics", version = "0.4.0"} +azalea-physics = {path = "../azalea-physics", version = "0.5.0" } azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"} azalea-world = {path = "../azalea-world", version = "0.5.0" } log = "0.4.17" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 48aaffd3..eb8b9dfc 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" -version = "0.4.0" +version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index ab48eed4..115ed05a 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -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.4.0", path = "../azalea-client" } azalea-core = { version = "0.5.0", path = "../azalea-core" } -azalea-physics = { version = "0.4.0", path = "../azalea-physics" } +azalea-physics = { version = "0.5.0", path = "../azalea-physics" } azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" } azalea-world = { version = "0.5.0", path = "../azalea-world" } futures = "0.3.25"