Skip to content

Commit 9657b07

Browse files
Remove unnecessary typenum dependency from CI
1 parent d6139ba commit 9657b07

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
- name: Add lazy_static with the spin_no_std feature
6666
working-directory: ./ci-build
6767
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
7268
- name: Show Cargo.toml for the synthetic crate
7369
working-directory: ./ci-build
7470
run: cat Cargo.toml

0 commit comments

Comments
 (0)