(cargo-release) version 0.5.0

This commit is contained in:
Ubuntu 2022-12-09 15:34:25 +00:00
parent fd6da211b7
commit 6b3b691376
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -247,7 +247,7 @@ dependencies = [
[[package]]
name = "azalea-crypto"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"aes",
"azalea-buf",

View file

@ -10,7 +10,7 @@ version = "0.4.0"
[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0" }
azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" }
chrono = {version = "0.4.22", default-features = false}
log = "0.4.17"
num-bigint = "0.4.3"

View file

@ -15,7 +15,7 @@ azalea-auth = {path = "../azalea-auth", version = "0.4.0"}
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.4.0"}
azalea-crypto = {path = "../azalea-crypto", version = "0.4.0"}
azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" }
azalea-physics = {path = "../azalea-physics", version = "0.4.0"}
azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"}
azalea-world = {path = "../azalea-world", version = "0.4.0"}

View file

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

View file

@ -17,7 +17,7 @@ azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features =
azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"}
azalea-crypto = {path = "../azalea-crypto", version = "^0.4.0"}
azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0"}
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"}
azalea-registry = {path = "../azalea-registry", version = "^0.4.0"}