There was an error while loading. Please reload this page.
1 parent 4fdb339 commit d6139baCopy full SHA for d6139ba
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
run: cargo add lazy_static --no-default-features --features "spin_no_std"
68
- name: Add typenum
69
working-directory: ./ci-build
70
+ # typenum is already no_std; no feature needed
71
run: cargo add typenum --no-default-features
72
- name: Show Cargo.toml for the synthetic crate
73
0 commit comments