Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cbindgen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cbindgen
version: "0.29.0"
epoch: 1
version: "0.29.2"
epoch: 0
description: Tool to generate C bindings from Rust code
copyright:
- license: MPL-2.0
Expand All @@ -20,8 +20,8 @@ pipeline:
repository: https://github.com/mozilla/cbindgen
# Historically, upstream are inconsistent with their usage of a v-prefix:
# https://github.com/mozilla/cbindgen/releases
tag: ${{package.version}}
expected-commit: 802154245edebe6bd031e473737da4c2fbdea8a3
tag: v${{package.version}}
expected-commit: 76f41c090c0587d940a0ef81a41c8b995f074926

- uses: rust/cargobump

Expand Down
Loading