Skip to content

Commit 066af23

Browse files
committed
ci: use cbindgen 0.28.0 in CI
1 parent 45dbfbc commit 066af23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
# reliably matched to CI. There can be non-semantic differences in
281281
# output between point releases of cbindgen that will fail this check
282282
# otherwise.
283-
run: cargo install cbindgen --force --version 0.27.0
283+
run: cargo install cbindgen --force --version 0.28.0
284284

285285
- run: touch src/lib.rs
286286

0 commit comments

Comments
 (0)