mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
1cc405d2dc
The latest version of the time crate requires Rust 1.65.0 ``` cargo +1.64.0-x86_64-apple-darwin test --no-default-features \ --features serde,crossterm,all-widgets --lib --tests --examples error: package `time v0.3.21` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.64.0 ``` Also fixes several clippy warnings added in 1.63/1.65. Although these have been since moved to nursery / pedantic, it doesn't hurt to fix these issues as part of this change: - https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq (nursery) - https://rust-lang.github.io/rust-clippy/master/index.html#bool_to_int_with_if (pedantic) |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows |