From 45238d78cf6e144a07df2c09c0d9ff4abd1a3d05 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Mon, 5 Aug 2024 23:00:27 +0300 Subject: [PATCH] Tiny hotfix for reward ETA --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/frontend/running.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94da8a71..b21adf8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11703,7 +11703,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.1.32" +version = "0.1.33" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index ff53b5e8..d7106e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "space-acres" description = "Space Acres is an opinionated GUI application for farming on Autonomys Network" license = "0BSD" -version = "0.1.32" +version = "0.1.33" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/autonomys/space-acres" edition = "2021" diff --git a/src/frontend/running.rs b/src/frontend/running.rs index 78ee6028..e187bd37 100644 --- a/src/frontend/running.rs +++ b/src/frontend/running.rs @@ -433,7 +433,7 @@ impl RunningView { if matches!( update, SectorUpdate::Plotting(SectorPlottingDetails::Finished { - old_plotted_sector: Some(_), + old_plotted_sector: None, .. }) ) {