chore: Update to Rust version 1.85.0 (#1860)

This is a small step toward fixing #1727
This commit is contained in:
Tyler Breisacher
2025-05-17 07:23:28 -07:00
committed by GitHub
parent eacf9b6dbf
commit 7cb35d4be1
5 changed files with 9 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ impl App {
format!("{}", self.window[0]),
Style::default().add_modifier(Modifier::BOLD),
),
Span::raw(format!("{}", (self.window[0] + self.window[1]) / 2.0)),
Span::raw(format!("{}", f64::midpoint(self.window[0], self.window[1]))),
Span::styled(
format!("{}", self.window[1]),
Style::default().add_modifier(Modifier::BOLD),