Skip to content

Commit

Permalink
Release 0.11.0+mc1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 21, 2024
1 parent 527333f commit 7098375
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resolver = "2"
# --- Workspace Settings ---

[workspace.package]
version = "0.10.3+mc1.21.4"
version = "0.11.0+mc1.21.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/azalea-rs/azalea"
Expand Down
4 changes: 2 additions & 2 deletions azalea-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
base64 = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
md-5 = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions azalea-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-block-macros = { path = "./azalea-block-macros", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-block-macros = { path = "./azalea-block-macros", version = "0.11.0+mc1.21.4" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
4 changes: 2 additions & 2 deletions azalea-brigadier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ bevy_app = { workspace = true }
bevy_ecs = { workspace = true }

[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", optional = true }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4", optional = true }
azalea-chat = { path = "../azalea-chat", version = "0.11.0+mc1.21.4", optional = true }
parking_lot = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion azalea-buf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" }
azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.11.0+mc1.21.4" }
byteorder = { workspace = true }
serde_json = { workspace = true, optional = true }
simdnbt = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions azalea-chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"]
azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true, features = [
"serde_json",
] }
azalea-language = { path = "../azalea-language", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true }
azalea-language = { path = "../azalea-language", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4", optional = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
simdnbt = { workspace = true, optional = true }
Expand Down
24 changes: 12 additions & 12 deletions azalea-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ repository = { workspace = true }

[dependencies]
anyhow = { workspace = true }
azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
azalea-block = { path = "../azalea-block", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.10.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
azalea-entity = { path = "../azalea-entity", version = "0.10.0" }
azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
azalea-physics = { path = "../azalea-physics", version = "0.10.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-world = { path = "../azalea-world", version = "0.10.0" }
azalea-auth = { path = "../azalea-auth", version = "0.11.0+mc1.21.4" }
azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.11.0+mc1.21.4" }
azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
azalea-entity = { path = "../azalea-entity", version = "0.11.0+mc1.21.4" }
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
azalea-physics = { path = "../azalea-physics", version = "0.11.0+mc1.21.4" }
azalea-protocol = { path = "../azalea-protocol", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
bevy_log = { workspace = true, optional = true }
Expand Down
4 changes: 2 additions & 2 deletions azalea-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true, optional = true }
nohash-hasher = { workspace = true }
num-traits = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion azalea-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ criterion = { workspace = true }

[dependencies]
aes = { workspace = true }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
cfb8 = { workspace = true }
num-bigint = { workspace = true }
rand = { workspace = true, features = ["getrandom"] }
Expand Down
12 changes: 6 additions & 6 deletions azalea-entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-block = { path = "../azalea-block", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"azalea-buf",
] }
azalea-core = { path = "../azalea-core", version = "0.10.0" }
azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-world = { path = "../azalea-world", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
derive_more = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions azalea-inventory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"azalea-buf",
] }
azalea-core = { path = "../azalea-core", version = "0.10.0" }
azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }

simdnbt = { workspace = true }
uuid = { workspace = true }
12 changes: 6 additions & 6 deletions azalea-physics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ bevy_time = { workspace = true }
uuid = { workspace = true }

[dependencies]
azalea-block = { path = "../azalea-block", version = "0.10.0" }
azalea-core = { path = "../azalea-core", version = "0.10.0" }
azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-world = { path = "../azalea-world", version = "0.10.0" }
azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4" }
azalea-core = { path = "../azalea-core", version = "0.11.0+mc1.21.4" }
azalea-entity = { version = "0.11.0+mc1.21.4", path = "../azalea-entity" }
azalea-inventory = { version = "0.11.0+mc1.21.4", path = "../azalea-inventory" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
parking_lot = { workspace = true }
18 changes: 9 additions & 9 deletions azalea-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ tracing-subscriber = { workspace = true }

[dependencies]
async-recursion = { workspace = true }
azalea-auth = { path = "../azalea-auth", version = "0.10.0" }
azalea-block = { path = "../azalea-block", version = "0.10.0", default-features = false }
azalea-auth = { path = "../azalea-auth", version = "0.11.0+mc1.21.4" }
azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4", default-features = false }
azalea-brigadier = { path = "../azalea-brigadier", version = "0.10.0", features = [
"azalea-buf",
] }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
"numbers",
"azalea-buf",
] }
azalea-core = { path = "../azalea-core", version = "0.10.0", optional = true, features = [
"serde",
] }
azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" }
azalea-entity = { path = "../azalea-entity", version = "0.10.0" }
azalea-inventory = { path = "../azalea-inventory", version = "0.10.0" }
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-world = { path = "../azalea-world", version = "0.10.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
azalea-entity = { path = "../azalea-entity", version = "0.11.0+mc1.21.4" }
azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.11.0+mc1.21.4" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true }
#byteorder = { workspace = true }
bytes = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions azalea-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.11.0+mc1.21.4" }
serde = { workspace = true, optional = true }
simdnbt = { workspace = true }

Expand Down
6 changes: 3 additions & 3 deletions azalea-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ azalea-client = { path = "../azalea-client" }
criterion = "0.5.1"

[dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" }
azalea-buf = { path = "../azalea-buf", version = "0.10.0" }
azalea-block = { path = "../azalea-block", default-features = false, version = "0.11.0+mc1.21.4" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
azalea-core = { path = "../azalea-core", version = "0.10.0", features = [
"bevy_ecs",
] }
azalea-registry = { path = "../azalea-registry", version = "0.10.0" }
azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
bevy_ecs = { workspace = true }
derive_more = { workspace = true, features = ["deref", "deref_mut"] }
nohash-hasher = { workspace = true }
Expand Down
26 changes: 13 additions & 13 deletions azalea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ pre-release-replacements = [
[dependencies]
anyhow = { workspace = true }
#async-trait = { workspace = true }
azalea-auth = { version = "0.10.0", path = "../azalea-auth" }
azalea-block = { version = "0.10.0", path = "../azalea-block" }
azalea-brigadier = { version = "0.10.0", path = "../azalea-brigadier" }
azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
azalea-chat = { version = "0.10.0", path = "../azalea-chat" }
azalea-client = { version = "0.10.0", path = "../azalea-client", default-features = false }
azalea-core = { version = "0.10.0", path = "../azalea-core" }
azalea-entity = { version = "0.10.0", path = "../azalea-entity" }
azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" }
azalea-physics = { version = "0.10.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.10.0", path = "../azalea-protocol" }
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
azalea-world = { version = "0.10.0", path = "../azalea-world" }
azalea-auth = { version = "0.11.0+mc1.21.4", path = "../azalea-auth" }
azalea-block = { version = "0.11.0+mc1.21.4", path = "../azalea-block" }
azalea-brigadier = { version = "0.11.0+mc1.21.4", path = "../azalea-brigadier" }
azalea-buf = { version = "0.11.0+mc1.21.4", path = "../azalea-buf" }
azalea-chat = { version = "0.11.0+mc1.21.4", path = "../azalea-chat" }
azalea-client = { version = "0.11.0+mc1.21.4", path = "../azalea-client", default-features = false }
azalea-core = { version = "0.11.0+mc1.21.4", path = "../azalea-core" }
azalea-entity = { version = "0.11.0+mc1.21.4", path = "../azalea-entity" }
azalea-inventory = { version = "0.11.0+mc1.21.4", path = "../azalea-inventory" }
azalea-physics = { version = "0.11.0+mc1.21.4", path = "../azalea-physics" }
azalea-protocol = { version = "0.11.0+mc1.21.4", path = "../azalea-protocol" }
azalea-registry = { version = "0.11.0+mc1.21.4", path = "../azalea-registry" }
azalea-world = { version = "0.11.0+mc1.21.4", path = "../azalea-world" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
bevy_log = { workspace = true }
Expand Down

0 comments on commit 7098375

Please sign in to comment.