modified: Cargo.toml

This commit is contained in:
Michael Wain 2025-03-18 18:08:47 +03:00
parent 0eb01da5d1
commit 93803ac696
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.14"
version = "0.1.15"
dependencies = [
"zip-extract",
]

View File

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