cbindgen: update to 0.18.0.
This commit is contained in:
parent
5e59a562d0
commit
0f395ef04d
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cbindgen'
|
# Template file for 'cbindgen'
|
||||||
pkgname=cbindgen
|
pkgname=cbindgen
|
||||||
version=0.16.0
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Tool to generate C bindings for Rust code"
|
short_desc="Tool to generate C bindings for Rust code"
|
||||||
|
@ -8,4 +8,8 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/eqrion/cbindgen"
|
homepage="https://github.com/eqrion/cbindgen"
|
||||||
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
|
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
|
||||||
checksum=c7b545f27f19da06983d38e149b76c446a13b9df744d22b2a1b3adb79dabf0ab
|
checksum=956fb1ca77daabf89451a1ea42658b74ad35477fed24ad859d8612708f9c4336
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
: # test are only expected to work with rust nightly
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue