Skip to content

Commit b10767a

Browse files
authored
Merge pull request #205 from Bathtor/inline-bitfields-rs
Inline bitfields-rs
2 parents e241dba + 0892cd1 commit b10767a

File tree

32 files changed

+1262
-672
lines changed

32 files changed

+1262
-672
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
types: [opened, reopened, synchronize]
1010
schedule:
1111
- cron: '0 0 * * *' # every day at midnight
12+
workflow_dispatch:
1213

1314
jobs:
1415
tests:
@@ -132,7 +133,7 @@ jobs:
132133
uses: actions-rs/toolchain@v1
133134
with:
134135
profile: minimal
135-
toolchain: nightly-2024-02-14
136+
toolchain: nightly-2024-12-09
136137
override: true
137138
components: rustfmt, clippy
138139
- name: Use the cache to share dependencies # keyed by Cargo.lock
@@ -183,7 +184,7 @@ jobs:
183184
uses: actions-rs/toolchain@v1
184185
with:
185186
profile: minimal
186-
toolchain: nightly-2024-02-14
187+
toolchain: nightly-2024-12-09
187188
override: true
188189
components: rustfmt, clippy
189190
- name: Use the cache to share dependencies # keyed by Cargo.lock

0 commit comments

Comments
 (0)