mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
Release independent packages
Generated by cargo-workspaces
This commit is contained in:
parent
1fa1520fea
commit
6bbb3ec5eb
1 changed files with 21 additions and 21 deletions
42
Cargo.toml
42
Cargo.toml
|
@ -22,7 +22,7 @@ resolver = "2"
|
|||
# --- Workspace Settings ---
|
||||
|
||||
[workspace.package]
|
||||
version = "0.12.0+mc1.21.5"
|
||||
version = "0.13.0+mc1.21.5"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/azalea-rs/azalea"
|
||||
|
@ -83,26 +83,26 @@ compact_str = "0.9.0"
|
|||
crc32fast = "1.4.2"
|
||||
async-compat = "0.2.4"
|
||||
|
||||
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.12.0" }
|
||||
azalea-block = { path = "azalea-block", version = "0.12.0" }
|
||||
azalea-auth = { path = "azalea-auth", version = "0.12.0" }
|
||||
azalea-brigadier = { path = "azalea-brigadier", version = "0.12.0" }
|
||||
azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.12.0" }
|
||||
azalea-buf = { path = "azalea-buf", version = "0.12.0" }
|
||||
azalea-chat = { path = "azalea-chat", version = "0.12.0" }
|
||||
azalea-client = { path = "azalea-client", version = "0.12.0" }
|
||||
azalea-core = { path = "azalea-core", version = "0.12.0" }
|
||||
azalea-crypto = { path = "azalea-crypto", version = "0.12.0" }
|
||||
azalea-entity = { path = "azalea-entity", version = "0.12.0" }
|
||||
azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.12.0" }
|
||||
azalea-inventory = { path = "azalea-inventory", version = "0.12.0" }
|
||||
azalea-language = { path = "azalea-language", version = "0.12.0" }
|
||||
azalea-physics = { path = "azalea-physics", version = "0.12.0" }
|
||||
azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.12.0" }
|
||||
azalea-protocol = { path = "azalea-protocol", version = "0.12.0" }
|
||||
azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.12.0" }
|
||||
azalea-registry = { path = "azalea-registry", version = "0.12.0" }
|
||||
azalea-world = { path = "azalea-world", version = "0.12.0" }
|
||||
azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.13.0" }
|
||||
azalea-block = { path = "azalea-block", version = "0.13.0" }
|
||||
azalea-auth = { path = "azalea-auth", version = "0.13.0" }
|
||||
azalea-brigadier = { path = "azalea-brigadier", version = "0.13.0" }
|
||||
azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.13.0" }
|
||||
azalea-buf = { path = "azalea-buf", version = "0.13.0" }
|
||||
azalea-chat = { path = "azalea-chat", version = "0.13.0" }
|
||||
azalea-client = { path = "azalea-client", version = "0.13.0" }
|
||||
azalea-core = { path = "azalea-core", version = "0.13.0" }
|
||||
azalea-crypto = { path = "azalea-crypto", version = "0.13.0" }
|
||||
azalea-entity = { path = "azalea-entity", version = "0.13.0" }
|
||||
azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.13.0" }
|
||||
azalea-inventory = { path = "azalea-inventory", version = "0.13.0" }
|
||||
azalea-language = { path = "azalea-language", version = "0.13.0" }
|
||||
azalea-physics = { path = "azalea-physics", version = "0.13.0" }
|
||||
azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.13.0" }
|
||||
azalea-protocol = { path = "azalea-protocol", version = "0.13.0" }
|
||||
azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.13.0" }
|
||||
azalea-registry = { path = "azalea-registry", version = "0.13.0" }
|
||||
azalea-world = { path = "azalea-world", version = "0.13.0" }
|
||||
|
||||
# --- Profile Settings ---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue