build: bump msrv to 1.60.0
the log crates requires this after Debian 12/bookworm released
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
# Sometimes old rust versions don't yet have the lints (allow unknown) or don't have fixes in lints (false positives -> don't error, just warn).
|
# Sometimes old rust versions don't yet have the lints (allow unknown) or don't have fixes in lints (false positives -> don't error, just warn).
|
||||||
# When a certain distro is a target look up its version: https://repology.org/project/rust/versions
|
# When a certain distro is a target look up its version: https://repology.org/project/rust/versions
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
toolchain: 1.56.1
|
toolchain: 1.60.0
|
||||||
clippyargs: -A unknown-lints
|
clippyargs: -A unknown-lints
|
||||||
features: --all-features
|
features: --all-features
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ license = "MIT"
|
|||||||
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
|
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
|
||||||
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
|
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56.1"
|
rust-version = "1.60.0"
|
||||||
keywords = ["tui", "terminal", "tree", "widget"]
|
keywords = ["tui", "terminal", "tree", "widget"]
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
include = ["src/**/*", "README.md"]
|
include = ["src/**/*", "README.md"]
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||||||
terminal.show_cursor()?;
|
terminal.show_cursor()?;
|
||||||
|
|
||||||
if let Err(err) = res {
|
if let Err(err) = res {
|
||||||
println!("{:?}", err);
|
println!("{err:?}");
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user