Skip to content

Commit 76b7252

Browse files
committed
Update rust-argeparse library
1 parent e10ae3b commit 76b7252

36 files changed

+66
-66
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project('refivar', 'rust',
44

55

66
# Third-party libraries
7-
tp_r_lib_argparse = subproject('rust-argparse-v0.2.2_p20181221').get_variable('tp_r_lib_rust_argparse')
7+
tp_r_lib_argparse = subproject('rust-argparse-v0.2.2_p20230209').get_variable('tp_r_lib_rust_argparse')
88

99
r_lib_efivar = static_library('efivar', 'src/lib/efivar/mod.rs', rust_crate_type: 'lib', install: false)
1010
#a_lib_efivar = static_library('efivar', 'efivar.rs', rust_crate_type: 'staticlib', install : true)
File renamed without changes.

subprojects/rust-argparse-v0.2.2_p20181221/.travis.yml renamed to subprojects/rust-argparse-v0.2.2_p20230209/.travis.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

subprojects/rust-argparse-v0.2.2_p20181221/examples/greeting.rs renamed to subprojects/rust-argparse-v0.2.2_p20230209/examples/greeting.rs

File renamed without changes.

subprojects/rust-argparse-v0.2.2_p20181221/examples/structure.rs renamed to subprojects/rust-argparse-v0.2.2_p20230209/examples/structure.rs

File renamed without changes.

subprojects/rust-argparse-v0.2.2_p20181221/examples/subcommands.rs renamed to subprojects/rust-argparse-v0.2.2_p20230209/examples/subcommands.rs

File renamed without changes.

0 commit comments

Comments
 (0)