We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd2ea1 commit ae0881cCopy full SHA for ae0881c
tests/testsuite/sbom.rs
@@ -78,7 +78,6 @@ fn build_sbom_project_bin_and_lib() {
78
.build();
79
80
p.cargo("build -Zsbom")
81
- .stream()
82
.masquerade_as_nightly_cargo(&["sbom"])
83
.run();
84
@@ -111,7 +110,6 @@ fn build_sbom_with_simple_build_script() {
111
110
112
113
114
115
116
117
@@ -158,7 +156,6 @@ fn build_sbom_with_build_dependencies() {
158
156
159
157
160
161
162
163
164
let path = p.bin("foo").with_extension("cargo-sbom.json");
0 commit comments