Skip to content

Commit 4b870f6

Browse files
committed
include std deps in cargo metadata
1 parent 8996003 commit 4b870f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

text/3875-build-std-explicit-dependencies.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,8 @@ documentation: https://doc.rust-lang.org/1.86.0/core/index.html
527527

528528
[`cargo metadata`][cargo-metadata] will emit `std`, `alloc` and `core`
529529
dependencies to the metadata emitted by `cargo metadata` (when those crates are
530-
explicit dependencies). None of the standard library's dependencies will be
531-
included. `source` would be set to `builtin` and the remaining fields would be
532-
set like any other dependency.
530+
explicit dependencies). `source` would be set to `builtin` and the remaining
531+
fields would be set like any other dependency.
533532

534533
> [!NOTE]
535534
>

0 commit comments

Comments
 (0)