From 636dfae0e49d7fd5fd46c36a0e11aceb045d6904 Mon Sep 17 00:00:00 2001 From: bgkillas Date: Thu, 10 Oct 2024 06:01:40 -0400 Subject: [PATCH] Automated commit: v0.26.1 --- noita-proxy/Cargo.lock | 2 +- noita-proxy/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index 00a8a159..6ef4b037 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -1949,7 +1949,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "0.26.0" +version = "0.26.1" dependencies = [ "argh", "bincode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 07b4a85f..fa01e003 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [package] name = "noita-proxy" description = "Noita Entangled Worlds companion app." -version = "0.26.0" +version = "0.26.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -57,4 +57,4 @@ opt-level = 1 [profile.release] lto = true -strip = true +strip = true \ No newline at end of file