Skip to content

Commit 8cf40c4

Browse files
authored
Remove auxiliary macros in favor of asm_cfg stabilized in 1.93 (#5)
2 parents 8c9bfbb + bb78ab9 commit 8cf40c4

File tree

15 files changed

+336
-447
lines changed

15 files changed

+336
-447
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
if: github.event.schedule != '33 20 * * *'
152152
steps:
153153
- uses: actions/checkout@v4
154-
- uses: dtolnay/rust-toolchain@1.87
154+
# NB. Sync with Cargo.toml!
155+
- uses: dtolnay/rust-toolchain@1.93
155156
- uses: Swatinem/rust-cache@v2
156157
- name: Test
157158
run: |

0 commit comments

Comments
 (0)