We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b6fe1 commit 0a74adbCopy full SHA for 0a74adb
scripts/test.sh
@@ -122,7 +122,7 @@ check_publish() {
122
# Install config file for the architecture
123
cp "configs/${arch}.toml" ".axconfig.toml"
124
125
- if cargo publish --dry-run --allow-dirty --target="$target"; then
+ if cargo publish --dry-run --allow-dirty --features="axstd" --target="$target"; then
126
echo "✓ $arch publish check passed"
127
else
128
echo "Error: $arch publish check failed"
0 commit comments