diff --git a/cbindgen.yaml b/cbindgen.yaml index 471c005b662..3ee9e7c9188 100644 --- a/cbindgen.yaml +++ b/cbindgen.yaml @@ -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 @@ -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