mirror of
https://github.com/veeso/termscp.git
synced 2026-07-17 21:34:09 +02:00
feat: **Updated dependencies** and updated the Rust edition to 2024
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct FooterBar {
|
||||
impl FooterBar {
|
||||
pub fn new(key_color: Color) -> Self {
|
||||
Self {
|
||||
component: Span::default().spans(&[
|
||||
component: Span::default().spans([
|
||||
TextSpan::from("<F1|H>").bold().fg(key_color),
|
||||
TextSpan::from(" Help "),
|
||||
TextSpan::from("<TAB>").bold().fg(key_color),
|
||||
|
||||
Reference in New Issue
Block a user