There was an error while loading. Please reload this page.
1 parent d6139ba commit 9657b07Copy full SHA for 9657b07
1 file changed
.github/workflows/ci.yml
@@ -65,10 +65,6 @@ jobs:
65
- name: Add lazy_static with the spin_no_std feature
66
working-directory: ./ci-build
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
74
run: cat Cargo.toml
0 commit comments