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 a4422a9 commit 93c4871Copy full SHA for 93c4871
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
matrix.rust == 'nightly'
66
run: >
67
cd url
68
- && cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc
+ && cargo check --target aarch64-unknown-none -v --no-default-features
69
70
WASM:
71
runs-on: ubuntu-latest
0 commit comments