chore: Release v0.2.3

This commit is contained in:
Shiroyasha 2024-06-15 13:16:28 +03:00
parent d48011d431
commit 3d64d60b2b
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
## Bug fix
Authentication thread doesn't panic anymore when Minecraft session is expired
Fixed error (failed to verify) when authenticating via Mojang
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.1...v0.2.2
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.2...v0.2.3

10
Cargo.lock generated
View file

@ -1060,9 +1060,9 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "memchr"
version = "2.7.2"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "mime"
@ -1386,9 +1386,9 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
dependencies = [
"bitflags 2.5.0",
]
@ -1578,7 +1578,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sculptor"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"anyhow",
"anyhow-http",

View file

@ -1,7 +1,7 @@
[package]
name = "sculptor"
authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
version = "0.2.2"
version = "0.2.3"
edition = "2021"
publish = false