mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
(cargo-release) version 0.5.0
This commit is contained in:
parent
b0de28d9bd
commit
4484411489
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -170,7 +170,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "azalea-brigadier"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"azalea-buf",
|
||||
"azalea-chat",
|
||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
|||
license = "MIT"
|
||||
name = "azalea-brigadier"
|
||||
repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional
|
|||
async-recursion = "1.0.0"
|
||||
azalea-auth = {path = "../azalea-auth", version = "^0.5.0" }
|
||||
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" }
|
||||
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]}
|
||||
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.5.0", features = ["azalea-buf"]}
|
||||
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.5.0" }
|
||||
|
|
Loading…
Add table
Reference in a new issue