From 93803ac69660eb5fbcba09ed935bd4d053eae097 Mon Sep 17 00:00:00 2001 From: alterwain Date: Tue, 18 Mar 2025 18:08:47 +0300 Subject: [PATCH] modified: Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fd45b8..75fd2ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "nicotine" -version = "0.1.14" +version = "0.1.15" dependencies = [ "zip-extract", ] diff --git a/Cargo.toml b/Cargo.toml index fff7d09..f235998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]