From 7e905c7825b9dc59005be54d1076b2e76a45bdef Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 3 Jan 2025 16:51:09 -0800 Subject: [PATCH] News about qualified package names --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index d2074341..3a802048 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,8 @@ - New: Add `.jj` to the list of known VCS directories. These are excluded by default when copying the tree, but can be included using `--copy-vcs=true`. +- Fixed: `cargo --package` options now include the version number of the targeted package, like `foo@0.1.2`. This avoids cargo failing with an error that the package name is ambiguous in trees whose dependencies include multiple versions of one of the packages being tested. + ## 24.11.2 - Changed: `.gitignore` (and other git ignore files) are only consulted when copying the tree if it is contained within a directory with a `.git` directory.