File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
- name : Build
45
45
run : cargo build --release --verbose
46
46
- 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
11
11
clap.workspace = true
12
12
clap.features = [" env" ]
13
13
gettext-rs.workspace = true
14
- libc = { version = " 0.2 " , default-features = false }
14
+ libc.workspace = true
15
15
termion = " 4.0"
16
16
thiserror = " 1.0"
17
17
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ static NEED_QUIT: Mutex<bool> = Mutex::new(false);
40
40
41
41
/// more - display files on a page-by-page basis.
42
42
#[ 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" ) ) ]
44
44
struct Args {
45
45
/// Do not scroll, display text and clean line ends
46
46
#[ arg(
You can’t perform that action at this time.
0 commit comments