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

(cargo-release) version 0.2.0

This commit is contained in:
Ubuntu 2022-10-17 16:28:51 +00:00
parent 430501f6e1
commit 4585504323
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -114,7 +114,7 @@ dependencies = [
[[package]]
name = "azalea-auth"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"azalea-buf",
"azalea-crypto",

View file

@ -3,7 +3,7 @@ description = "A port of Mojang's Authlib, except authentication isn't actually
edition = "2021"
license = "MIT"
name = "azalea-auth"
version = "0.1.0"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

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

View file

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