From 7226b7b5f1fdb2293a72d5e80ad8c8abfef246c0 Mon Sep 17 00:00:00 2001 From: alterwain Date: Tue, 18 Mar 2025 18:01:17 +0300 Subject: [PATCH] modified: Cargo.lock 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 bd64b32..06526e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "nicotine" -version = "0.1.10" +version = "0.1.11" dependencies = [ "zip-extract", ] diff --git a/Cargo.toml b/Cargo.toml index 217ec3c..b9f9a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]