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:29 +00:00
parent 6a5008b0f7
commit 16be171fb4
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -298,7 +298,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-protocol" name = "azalea-protocol"
version = "0.4.0" version = "0.5.0"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"async-recursion", "async-recursion",

View file

@ -17,7 +17,7 @@ azalea-chat = {path = "../azalea-chat", version = "0.5.0" }
azalea-core = {path = "../azalea-core", version = "0.5.0" } azalea-core = {path = "../azalea-core", version = "0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" } azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" }
azalea-physics = {path = "../azalea-physics", version = "0.5.0" } azalea-physics = {path = "../azalea-physics", version = "0.5.0" }
azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"} azalea-protocol = {path = "../azalea-protocol", version = "0.5.0" }
azalea-world = {path = "../azalea-world", version = "0.5.0" } azalea-world = {path = "../azalea-world", version = "0.5.0" }
log = "0.4.17" log = "0.4.17"
nohash-hasher = "0.2.0" nohash-hasher = "0.2.0"

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-protocol" name = "azalea-protocol"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
version = "0.4.0" version = "0.5.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -19,7 +19,7 @@ azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
azalea-client = { version = "0.4.0", path = "../azalea-client" } azalea-client = { version = "0.4.0", path = "../azalea-client" }
azalea-core = { version = "0.5.0", path = "../azalea-core" } azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.5.0", path = "../azalea-physics" } azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" } azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }
azalea-world = { version = "0.5.0", path = "../azalea-world" } azalea-world = { version = "0.5.0", path = "../azalea-world" }
futures = "0.3.25" futures = "0.3.25"
log = "0.4.17" log = "0.4.17"