We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 112bea9 + 3631067 commit ca19632Copy full SHA for ca19632
2 files changed
Cargo.toml
@@ -1,11 +1,11 @@
1
[workspace]
2
-resolver = "2"
+resolver = "3"
3
4
[workspace.package]
5
repository = "https://github.com/rust-cli/termtree"
6
license = "MIT"
7
-edition = "2021"
8
-rust-version = "1.74" # MSRV
+edition = "2024"
+rust-version = "1.85" # MSRV
9
include = [
10
"build.rs",
11
"src/**/*",
examples/pretty-test.rs
@@ -2,7 +2,7 @@
//! To see the complete demo coupling with rust-script, you can refer to
//! <https://users.rust-lang.org/t/cargo-test-output-with-indentation/100149/2>
-use std::collections::{btree_map::Entry, BTreeMap};
+use std::collections::{BTreeMap, btree_map::Entry};
use termtree::{GlyphPalette, Tree};
fn main() {
0 commit comments