File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Build
4545 run : cargo build --release --verbose
4646 - name : Run tests
47- run : cargo test --release --verbose
47+ run : cargo test --release --verbose
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version.workspace = true
1111clap.workspace = true
1212clap.features = [" env" ]
1313gettext-rs.workspace = true
14- libc = { version = " 0.2 " , default-features = false }
14+ libc.workspace = true
1515termion = " 4.0"
1616thiserror = " 1.0"
1717
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ static NEED_QUIT: Mutex<bool> = Mutex::new(false);
4040
4141/// more - display files on a page-by-page basis.
4242#[ derive( Parser ) ]
43- #[ command( version, about = "more - display files on a page-by-page basis" ) ]
43+ #[ command( version, about = gettext ( "more - display files on a page-by-page basis" ) ) ]
4444struct Args {
4545 /// Do not scroll, display text and clean line ends
4646 #[ arg(
You can’t perform that action at this time.
0 commit comments