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 16be171fb4
commit b6d0b3744d
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -212,7 +212,7 @@ dependencies = [
[[package]]
name = "azalea-client"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-client"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
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

@ -16,7 +16,7 @@ anyhow = "^1.0.65"
async-trait = "0.1.58"
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-client = { version = "0.5.0", path = "../azalea-client" }
azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }