We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4152ab2 commit a07b402Copy full SHA for a07b402
ChangeLog.md
@@ -10,6 +10,8 @@ Release notes:
10
matching cargo behavior and preventing logSticky spam on narrow
11
terminals and lots of dependencies building simultaneously
12
13
+* Add unpacking of source repository packages (`extra-deps`).
14
+
15
**Changes since v2.11.1:**
16
17
Major changes:
doc/unpack_command.md
@@ -17,3 +17,6 @@ By default:
* the package is unpacked into a directory named after the package and its
18
version. Pass the option `--to <directory>` to specify the destination
19
directory.
20
21
+If PACKAGE is the name of a source repository package or a suffix of its URL
22
+then the unpacking is direct, not via a package index.
0 commit comments