Skip to content

Commit 45ae4ba

Browse files
committed
fixed arrow rendering issue with warnings
1 parent b17953e commit 45ae4ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pi-inky-weather-epd"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
authors = ["MT"]
66
description = "A weather display application for the Raspberry Pi using an EPD (e-paper display)."

src/errors.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ impl Icon for DashboardError {
4848
impl Description for DashboardError {
4949
fn short_description(&self) -> &'static str {
5050
match self {
51-
DashboardError::NoInternet { .. } => "API unreachable Stale Data",
52-
DashboardError::ApiError(_) => "API error Stale Data",
51+
DashboardError::NoInternet { .. } => "API unreachable -> Stale Data",
52+
DashboardError::ApiError(_) => "API error -> Stale Data",
5353
DashboardError::IncompleteData { .. } => "Incomplete Data",
5454
DashboardError::UpdateFailed(_) => "Update failed",
5555
}

0 commit comments

Comments
 (0)