We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3501751 commit f6e9f94Copy full SHA for f6e9f94
.github/workflows/test.yaml
@@ -280,7 +280,7 @@ jobs:
280
# reliably matched to CI. There can be non-semantic differences in
281
# output between point releases of cbindgen that will fail this check
282
# otherwise.
283
- run: cargo install cbindgen --force --version 0.27.0
+ run: cargo install cbindgen --force --version 0.28.0
284
285
- run: touch src/lib.rs
286
0 commit comments