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

(cargo-release) version 0.2.0

This commit is contained in:
Ubuntu 2022-10-17 16:28:52 +00:00
parent bdeafa2c29
commit e6f023a38b
6 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View file

@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "azalea-block"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"azalea-block-macros",
"azalea-buf",

View file

@ -3,7 +3,7 @@ description = "Representation of Minecraft block states."
edition = "2021"
license = "MIT"
name = "azalea-block"
version = "0.1.0"
version = "0.2.0"
[lib]

View file

@ -12,7 +12,7 @@ release = false
[dependencies]
anyhow = "1.0.59"
azalea-auth = { path = "../azalea-auth", version = "0.2.0" }
azalea-block = { path = "../azalea-block", version = "0.1.0" }
azalea-block = { path = "../azalea-block", version = "0.2.0" }
azalea-chat = { path = "../azalea-chat", version = "0.1.0" }
azalea-core = { path = "../azalea-core", version = "0.1.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }

View file

@ -8,7 +8,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-block = { path = "../azalea-block", version = "^0.1.0" }
azalea-block = { path = "../azalea-block", version = "^0.2.0" }
azalea-core = { path = "../azalea-core", version = "^0.1.0" }
azalea-world = { path = "../azalea-world", version = "^0.1.0" }
lazy_static = "1.4.0"

View file

@ -11,7 +11,7 @@ version = "0.1.0"
async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true}
async-recursion = "1.0.0"
azalea-auth = {path = "../azalea-auth", version = "^0.2.0" }
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"}
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"}
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.1.1"}

View file

@ -8,7 +8,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"}
azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.1.0"}
azalea-core = {path = "../azalea-core", version = "^0.1.0"}