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

chore: Release

This commit is contained in:
mat 2023-05-16 23:49:08 -05:00
parent c26bb0733f
commit 3f8177a302
14 changed files with 16 additions and 16 deletions

4
Cargo.lock generated
View file

@ -239,7 +239,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-buf" name = "azalea-buf"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"azalea-buf-macros", "azalea-buf-macros",
"byteorder", "byteorder",
@ -251,7 +251,7 @@ dependencies = [
[[package]] [[package]]
name = "azalea-buf-macros" name = "azalea-buf-macros"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -9,7 +9,7 @@ version = "0.6.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
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" } azalea-crypto = { path = "../azalea-crypto", version = "^0.6.0" }
chrono = { version = "0.4.22", default-features = false } chrono = { version = "0.4.22", default-features = false }
log = "0.4.17" log = "0.4.17"

View file

@ -12,5 +12,5 @@ version = "0.6.0"
[dependencies] [dependencies]
azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" } azalea-block-macros = { path = "./azalea-block-macros", version = "^0.6.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-registry = { version = "0.6.0", path = "../azalea-registry" } azalea-registry = { version = "0.6.0", path = "../azalea-registry" }

View file

@ -9,7 +9,7 @@ version = "0.6.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
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0", optional = true } azalea-buf = { path = "../azalea-buf", version = "^0.7.0", optional = true }
azalea-chat = { path = "../azalea-chat", version = "^0.6.0", optional = true } azalea-chat = { path = "../azalea-chat", version = "^0.6.0", optional = true }
parking_lot = "0.12.1" parking_lot = "0.12.1"

View file

@ -4,12 +4,12 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-buf" name = "azalea-buf"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
version = "0.6.0" version = "0.7.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
[dependencies] [dependencies]
azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.6.0" } azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" }
byteorder = "^1.4.3" byteorder = "^1.4.3"
log = "0.4.17" log = "0.4.17"
serde_json = { version = "^1.0", optional = true } serde_json = { version = "^1.0", optional = true }

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-buf-macros" name = "azalea-buf-macros"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf" repository = "https://github.com/mat-1/azalea/tree/main/azalea-buf"
version = "0.6.0" version = "0.7.0"
[lib] [lib]
proc-macro = true proc-macro = true

View file

@ -14,7 +14,7 @@ default = ["azalea-buf"]
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", features = [ azalea-buf = { path = "../azalea-buf", features = [
"serde_json", "serde_json",
], version = "^0.6.0", optional = true } ], version = "^0.7.0", optional = true }
azalea-language = { path = "../azalea-language", version = "^0.6.0" } azalea-language = { path = "../azalea-language", version = "^0.6.0" }
log = "0.4.17" log = "0.4.17"
once_cell = "1.16.0" once_cell = "1.16.0"

2
azalea-core/Cargo.toml Executable file → Normal file
View file

@ -9,7 +9,7 @@ version = "0.6.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
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" } azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" } azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" }

View file

@ -10,7 +10,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto"
[dependencies] [dependencies]
aes = "0.8.1" aes = "0.8.1"
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
cfb8 = "0.8.1" cfb8 = "0.8.1"
num-bigint = "^0.4.3" num-bigint = "^0.4.3"
rand = { version = "^0.8.4", features = ["getrandom"] } rand = { version = "^0.8.4", features = ["getrandom"] }

View file

@ -6,7 +6,7 @@ version = "0.1.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
[dependencies] [dependencies]
azalea-buf = { version = "0.6.0", path = "../azalea-buf" } azalea-buf = { version = "0.7.0", path = "../azalea-buf" }
azalea-inventory-macros = { version = "0.1.0", path = "./azalea-inventory-macros" } azalea-inventory-macros = { version = "0.1.0", path = "./azalea-inventory-macros" }
azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" } azalea-nbt = { version = "0.6.0", path = "../azalea-nbt" }
azalea-registry = { version = "0.6.0", path = "../azalea-registry" } azalea-registry = { version = "0.6.0", path = "../azalea-registry" }

View file

@ -9,7 +9,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt"
# 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
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
byteorder = "^1.4.3" byteorder = "^1.4.3"
compact_str = { version = "0.7.0", features = ["serde"] } compact_str = { version = "0.7.0", features = ["serde"] }
enum-as-inner = "0.5.1" enum-as-inner = "0.5.1"

View file

@ -19,7 +19,7 @@ azalea-block = { path = "../azalea-block", default-features = false, version = "
azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features = [ azalea-brigadier = { path = "../azalea-brigadier", version = "^0.6.0", features = [
"azalea-buf", "azalea-buf",
] } ] }
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
azalea-core = { path = "../azalea-core", optional = true, version = "^0.6.0", features = [ azalea-core = { path = "../azalea-core", optional = true, version = "^0.6.0", features = [
"serde", "serde",

View file

@ -9,7 +9,7 @@ version = "0.6.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
[dependencies] [dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "^0.6.0" } azalea-registry-macros = { path = "./azalea-registry-macros", version = "^0.6.0" }
serde = { version = "^1.0", optional = true } serde = { version = "^1.0", optional = true }

View file

@ -10,7 +10,7 @@ version = "0.6.0"
[dependencies] [dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" } azalea-block = { path = "../azalea-block", default-features = false, version = "^0.6.0" }
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } azalea-buf = { path = "../azalea-buf", version = "^0.7.0" }
azalea-chat = { path = "../azalea-chat", version = "^0.6.0" } azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
azalea-core = { path = "../azalea-core", version = "^0.6.0", features = [ azalea-core = { path = "../azalea-core", version = "^0.6.0", features = [
"bevy_ecs", "bevy_ecs",