modified: Cargo.lock

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2025-03-18 18:01:17 +03:00
parent efc4b40421
commit 7226b7b5f1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -353,7 +353,7 @@ dependencies = [
[[package]]
name = "nicotine"
version = "0.1.10"
version = "0.1.11"
dependencies = [
"zip-extract",
]

View File

@ -1,6 +1,6 @@
[package]
name = "nicotine"
version = "0.1.10"
version = "0.1.11"
edition = "2024"
description = "A small rust crate for patching mojang's Authlib"
authors = ["alterwain"]