diff options
Diffstat (limited to 'repo/cbindgen')
-rw-r--r-- | repo/cbindgen/cbindgen.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/cbindgen/cbindgen.xibuild b/repo/cbindgen/cbindgen.xibuild index 8bebc3a..ae10722 100644 --- a/repo/cbindgen/cbindgen.xibuild +++ b/repo/cbindgen/cbindgen.xibuild @@ -6,7 +6,7 @@ DESC="Tool to generate C bindings from Rust code" MAKEDEPS="" DEPS="gcc " -PKG_VER=0.20.0 +PKG_VER=0.23.0 SOURCE="https://crates.io/api/v1/crates/cbindgen/$PKG_VER/download" build () { |