mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Release 0.10.1
azalea@0.10.1 azalea-auth@0.10.1 azalea-buf@0.10.1 azalea-chat@0.10.1 azalea-client@0.10.1 azalea-entity@0.10.1 azalea-inventory@0.10.1 azalea-protocol@0.10.1 azalea-world@0.10.1 Generated by cargo-workspaces
This commit is contained in:
parent
a3169d8ffe
commit
84f66a55a5
10 changed files with 52 additions and 127 deletions
157
Cargo.lock
generated
157
Cargo.lock
generated
|
@ -190,15 +190,15 @@ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea"
|
name = "azalea"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"azalea-auth",
|
"azalea-auth",
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-brigadier",
|
"azalea-brigadier",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0",
|
"azalea-chat",
|
||||||
"azalea-client",
|
"azalea-client",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-entity",
|
"azalea-entity",
|
||||||
|
@ -230,9 +230,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-auth"
|
name = "azalea-auth"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-crypto",
|
"azalea-crypto",
|
||||||
"base64",
|
"base64",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -255,7 +255,7 @@ name = "azalea-block"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block-macros",
|
"azalea-block-macros",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -272,50 +272,24 @@ dependencies = [
|
||||||
name = "azalea-brigadier"
|
name = "azalea-brigadier"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0",
|
"azalea-chat",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf"
|
name = "azalea-buf"
|
||||||
version = "0.9.1"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "68f594a8b604e04e923b101add22ae79304c15ecd26f448b4273123c56b92693"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf-macros 0.9.1",
|
"azalea-buf-macros",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"simdnbt",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tracing",
|
"tracing",
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "azalea-buf"
|
|
||||||
version = "0.10.0"
|
|
||||||
dependencies = [
|
|
||||||
"azalea-buf-macros 0.10.0",
|
|
||||||
"byteorder",
|
|
||||||
"serde_json",
|
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
|
||||||
"thiserror",
|
|
||||||
"tracing",
|
|
||||||
"uuid",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "azalea-buf-macros"
|
|
||||||
version = "0.9.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "9d9fde530111dfc02008917d26ad53dd31a5267d7abe0fde6c93a72fce681257"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn 2.0.60",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-buf-macros"
|
name = "azalea-buf-macros"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
|
@ -327,43 +301,28 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-chat"
|
name = "azalea-chat"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-language 0.10.0",
|
"azalea-language",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"tracing",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "azalea-chat"
|
|
||||||
version = "0.10.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "574654cb6a6897ed2c041212989ef7458f499cabffc4ff92894567bf9dee1fc8"
|
|
||||||
dependencies = [
|
|
||||||
"azalea-buf 0.9.1",
|
|
||||||
"azalea-language 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"once_cell",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"simdnbt 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"azalea-auth",
|
"azalea-auth",
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0",
|
"azalea-chat",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-crypto",
|
"azalea-crypto",
|
||||||
"azalea-entity",
|
"azalea-entity",
|
||||||
|
@ -387,7 +346,7 @@ dependencies = [
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -398,14 +357,14 @@ dependencies = [
|
||||||
name = "azalea-core"
|
name = "azalea-core"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
"bevy_ecs",
|
"bevy_ecs",
|
||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"tracing",
|
"tracing",
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
@ -415,7 +374,7 @@ name = "azalea-crypto"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"cfb8",
|
"cfb8",
|
||||||
"criterion",
|
"criterion",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
|
@ -429,11 +388,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-entity"
|
name = "azalea-entity"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0",
|
"azalea-chat",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-inventory",
|
"azalea-inventory",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
|
@ -444,7 +403,7 @@ dependencies = [
|
||||||
"enum-as-inner",
|
"enum-as-inner",
|
||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tracing",
|
"tracing",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
@ -452,14 +411,14 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-inventory"
|
name = "azalea-inventory"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"azalea-chat",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-inventory-macros",
|
"azalea-inventory-macros",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -481,17 +440,6 @@ dependencies = [
|
||||||
"serde_json",
|
"serde_json",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "azalea-language"
|
|
||||||
version = "0.10.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "11f12a23b2459b91147a818bd16e3bac3cf7271d7a61d4d2b386a5edce870d63"
|
|
||||||
dependencies = [
|
|
||||||
"once_cell",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-physics"
|
name = "azalea-physics"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
|
@ -515,15 +463,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"azalea-auth",
|
"azalea-auth",
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-brigadier",
|
"azalea-brigadier",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-chat 0.10.0",
|
"azalea-chat",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-crypto",
|
"azalea-crypto",
|
||||||
"azalea-entity",
|
"azalea-entity",
|
||||||
|
@ -542,7 +490,7 @@ dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"socks5-impl",
|
"socks5-impl",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -566,10 +514,10 @@ dependencies = [
|
||||||
name = "azalea-registry"
|
name = "azalea-registry"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-registry-macros",
|
"azalea-registry-macros",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -583,10 +531,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azalea-world"
|
name = "azalea-world"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"azalea-block",
|
"azalea-block",
|
||||||
"azalea-buf 0.10.0",
|
"azalea-buf",
|
||||||
"azalea-client",
|
"azalea-client",
|
||||||
"azalea-core",
|
"azalea-core",
|
||||||
"azalea-registry",
|
"azalea-registry",
|
||||||
|
@ -599,7 +547,7 @@ dependencies = [
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"simdnbt 0.4.2 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tracing",
|
"tracing",
|
||||||
"uuid",
|
"uuid",
|
||||||
|
@ -2449,20 +2397,6 @@ dependencies = [
|
||||||
"rand_core",
|
"rand_core",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "simdnbt"
|
|
||||||
version = "0.4.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "fb95596ab43601d8f81981640b5c29962a859039eace993b2584f09ea9923eca"
|
|
||||||
dependencies = [
|
|
||||||
"byteorder",
|
|
||||||
"flate2",
|
|
||||||
"residua-mutf8",
|
|
||||||
"simdnbt-derive 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"thiserror",
|
|
||||||
"valence_nbt",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simdnbt"
|
name = "simdnbt"
|
||||||
version = "0.4.2"
|
version = "0.4.2"
|
||||||
|
@ -2471,22 +2405,11 @@ dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"flate2",
|
"flate2",
|
||||||
"residua-mutf8",
|
"residua-mutf8",
|
||||||
"simdnbt-derive 0.4.1 (git+https://github.com/azalea-rs/simdnbt)",
|
"simdnbt-derive",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"valence_nbt",
|
"valence_nbt",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "simdnbt-derive"
|
|
||||||
version = "0.4.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "314648cf81002de46e7398c99bbdbcc8a3aef38d93ac167ebe328a4a8414fac2"
|
|
||||||
dependencies = [
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"syn 2.0.60",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simdnbt-derive"
|
name = "simdnbt-derive"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-auth"
|
name = "azalea-auth"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-buf"
|
name = "azalea-buf"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-chat"
|
name = "azalea-chat"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-chat"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-chat"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-client"
|
name = "azalea-client"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "azalea-entity"
|
name = "azalea-entity"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Things related to Minecraft entities used by Azalea"
|
description = "Things related to Minecraft entities used by Azalea"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity"
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-inventory"
|
name = "azalea-inventory"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
|
||||||
azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
|
azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
|
||||||
azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" }
|
azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" }
|
||||||
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
|
||||||
azalea-chat = { version = "0.10.0", features = ["azalea-buf"] }
|
azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [
|
||||||
|
"azalea-buf",
|
||||||
|
] }
|
||||||
azalea-core = { version = "0.10.0", path = "../azalea-core" }
|
azalea-core = { version = "0.10.0", path = "../azalea-core" }
|
||||||
uuid = "1.8.0"
|
uuid = "1.8.0"
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-protocol"
|
name = "azalea-protocol"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea-world"
|
name = "azalea-world"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "azalea"
|
name = "azalea"
|
||||||
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea"
|
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
pre-release-replacements = [
|
pre-release-replacements = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue