From 304207b9d26fc8c2450e15af7260e850cbe97189 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 10 Oct 2023 11:07:22 -0400 Subject: cargo: Document that cargo subprojects is an experimental feature --- docs/markdown/snippets/cargo_exp.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/cargo_exp.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/cargo_exp.md b/docs/markdown/snippets/cargo_exp.md new file mode 100644 index 0000000..34d379a --- /dev/null +++ b/docs/markdown/snippets/cargo_exp.md @@ -0,0 +1,8 @@ +## Cargo subprojects is experimental + +Cargo subprojects was intended to be experimental with no stability guarantees. +That notice was unfortunately missing from documentation. Meson will now start +warning about usage of experimental features and future releases might do breaking +changes. + +This is aligned with our general policy regarding [mixing build systems](Mixing-build-systems.md). -- cgit v1.1