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

(cargo-release) version 0.2.0

This commit is contained in:
Ubuntu 2022-10-17 16:28:54 +00:00
parent 9c6347473b
commit b68bcb44d2
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -263,7 +263,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-protocol" name = "azalea-protocol"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"async-recursion", "async-recursion",

View file

@ -17,7 +17,7 @@ azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.2.0" } azalea-core = { path = "../azalea-core", version = "0.2.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" } azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
azalea-physics = { path = "../azalea-physics", version = "0.2.0" } azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" } azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" }
azalea-world = { path = "../azalea-world", version = "0.2.0" } azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17" log = "0.4.17"
parking_lot = "0.12.1" parking_lot = "0.12.1"

View file

@ -3,7 +3,7 @@ description = "Send and receive Minecraft packets."
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-protocol" name = "azalea-protocol"
version = "0.1.0" version = "0.2.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

@ -13,7 +13,7 @@ release = false
anyhow = "^1.0.65" anyhow = "^1.0.65"
async-trait = "^0.1.57" async-trait = "^0.1.57"
azalea-client = { version = "0.1.0", path = "../azalea-client" } azalea-client = { version = "0.1.0", path = "../azalea-client" }
azalea-protocol = { version = "0.1.0", path = "../azalea-protocol" } azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" }
parking_lot = "^0.12.1" parking_lot = "^0.12.1"
thiserror = "^1.0.37" thiserror = "^1.0.37"
tokio = "^1.21.1" tokio = "^1.21.1"