Skip to content

Commit edc56a8

Browse files
pks-tgitster
authored andcommitted
meson: rename Rust library target
Rename the Rust library target from `git_rs` to `rust`. The latter is way easier to remember if one wants to compile only that target via `meson compile rust`. Furthermore, this name matches the test target that we have for Rust that can be invoked via `meson test rust`. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3d8d10d commit edc56a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if get_option('buildtype') == 'release'
1717
cargo_command += '--release'
1818
endif
1919

20-
libgit_rs = custom_target('git_rs',
20+
libgit_rs = custom_target('rust',
2121
input: libgit_rs_sources + [
2222
meson.project_source_root() / 'Cargo.toml',
2323
],

0 commit comments

Comments
 (0)