1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

(cargo-release) version 0.5.0

This commit is contained in:
Ubuntu 2022-12-09 15:34:28 +00:00
parent 0cce10d1a5
commit b0de28d9bd
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -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

View file

@ -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"