We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b583c54 commit 37c06fdCopy full SHA for 37c06fd
ci/build-build-matrix.js
@@ -55,7 +55,7 @@ const builds = [];
55
for (let build of array) {
56
// Perform a "deep clone" roundtripping through JSON for a copy of the build
57
// that's normal
58
- build.rust = 'stable';
+ build.rust = 'default';
59
builds.push(JSON.parse(JSON.stringify(build)));
60
61
// Next generate a "min" build and add it to the builds list. Min builds
0 commit comments