summaryrefslogtreecommitdiff
path: root/docs/markdown/Wrap-dependency-system-manual.md
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-10-22 19:14:02 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-12-22 11:58:30 +0100
commitc4e012e75aadfd06cbf950914aa5ca549b03cb14 (patch)
tree38c8bdde06146ff8c144d5aad7ca49fd1b2e449d /docs/markdown/Wrap-dependency-system-manual.md
parentecc8032dcb7cd5fc8c3b8e468818ca235cfa9ff4 (diff)
downloadmeson-c4e012e75aadfd06cbf950914aa5ca549b03cb14.tar.gz
docs: add release notes for rust.workspace()
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/markdown/Wrap-dependency-system-manual.md')
-rw-r--r--docs/markdown/Wrap-dependency-system-manual.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md
index 4a7250d3b..3e251d725 100644
--- a/docs/markdown/Wrap-dependency-system-manual.md
+++ b/docs/markdown/Wrap-dependency-system-manual.md
@@ -372,10 +372,7 @@ crates into a series of wraps definitions. Since *1.11.0* the overlay directory
dependency name for `crates.io` URLs, and the final component of the URL
(possibly with the `.git` suffix removed) for "git" URLs.
-Since *1.10.0* Workspace Cargo.toml are supported. For the time being it is
-recommended to regroup all Cargo dependencies inside a single workspace invoked
-from the main Meson project. When invoking multiple different Cargo subprojects
-from Meson, feature resolution of common dependencies might be wrong.
+Since *1.10.0* Workspace Cargo.toml are supported.
## Using wrapped projects