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 ecae130 commit f03b851Copy full SHA for f03b851
.github/workflows/rust.yml
@@ -47,4 +47,5 @@ jobs:
47
override: true
48
- name: build
49
run: >
50
- cargo no-std-check --no-default-features --features=num-traits
+ cargo install cargo-no-std-check
51
+ cargo no-std-check --no-default-features --features=num-traits
0 commit comments