diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-04-21 16:21:48 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-09-19 13:54:49 -0400 |
| commit | 10dcd87d002f6f36b1f60371dc807b8d9959d97b (patch) | |
| tree | 676b5597a7accdd4e2853d7c53f3453535dc5727 /docs/yaml/functions/_build_target_base.yaml | |
| parent | 8ccdb881374084ddb90ef259539cfd3bb748c904 (diff) | |
| download | meson-10dcd87d002f6f36b1f60371dc807b8d9959d97b.tar.gz | |
Rust: Replace rust_crate_type with rust_abi
Meson already knows if it's a shared or static library, user only need
to specify the ABI (Rust or C).
Diffstat (limited to 'docs/yaml/functions/_build_target_base.yaml')
| -rw-r--r-- | docs/yaml/functions/_build_target_base.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/yaml/functions/_build_target_base.yaml b/docs/yaml/functions/_build_target_base.yaml index 724b6a4ec..3f0e88158 100644 --- a/docs/yaml/functions/_build_target_base.yaml +++ b/docs/yaml/functions/_build_target_base.yaml @@ -289,6 +289,7 @@ kwargs: rust_crate_type: type: str since: 0.42.0 + deprecated: 1.3.0 description: | Set the specific type of rust crate to compile (when compiling rust). @@ -306,6 +307,10 @@ kwargs: "proc-macro" is new in 0.62.0. + *Since 1.3.0* this is deprecated and replaced by "rust_abi" keyword argument. + `proc_macro` crates are now handled by the [`rust.proc_macro()`](Rust-module.md#proc_macro) + method. + rust_dependency_map: type: dict[str] since: 1.2.0 |
