From 67e347c0174d6741f5677a8bf9e798b9da68825b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 7 Jun 2022 22:13:51 +0200 Subject: [PATCH] cbindgen: update to 0.23.0. --- srcpkgs/cbindgen/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cbindgen/template b/srcpkgs/cbindgen/template index 3d7443a87de..0c437f415a8 100644 --- a/srcpkgs/cbindgen/template +++ b/srcpkgs/cbindgen/template @@ -1,6 +1,6 @@ # Template file for 'cbindgen' pkgname=cbindgen -version=0.19.0 +version=0.23.0 revision=1 build_style=cargo short_desc="Tool to generate C bindings for Rust code" @@ -8,7 +8,7 @@ maintainer="Orphaned " license="MPL-2.0" homepage="https://github.com/eqrion/cbindgen" distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz" -checksum=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7 +checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6 do_check() { : # test are only expected to work with rust nightly