Skip to content

Commit

Permalink
[cbindgen] Update to version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llewelld committed Sep 10, 2023
1 parent ba3f97e commit 48c3ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cbindgen
Submodule cbindgen updated 95 files
+12 −0 CHANGES
+3 −1 Cargo.lock
+1 −1 Cargo.toml
+1 −0 src/bindgen/cargo/cargo_expand.rs
+8 −5 src/bindgen/ir/enumeration.rs
+5 −3 src/bindgen/ir/generic_path.rs
+1 −5 src/bindgen/ir/structure.rs
+15 −7 src/bindgen/ir/ty.rs
+1 −4 src/bindgen/ir/typedef.rs
+2 −5 src/bindgen/ir/union.rs
+41 −4 src/bindgen/monomorph.rs
+46 −9 src/bindgen/parser.rs
+6 −9 src/bindgen/rename.rs
+2 −2 tests/expectations/box.both.c
+2 −2 tests/expectations/box.both.compat.c
+2 −2 tests/expectations/box.c
+2 −2 tests/expectations/box.compat.c
+2 −2 tests/expectations/box.pyx
+2 −2 tests/expectations/box.tag.c
+2 −2 tests/expectations/box.tag.compat.c
+2 −2 tests/expectations/box.tag.pyx
+12 −12 tests/expectations/enum.both.c
+12 −12 tests/expectations/enum.both.compat.c
+10 −10 tests/expectations/enum.c
+10 −10 tests/expectations/enum.compat.c
+9 −9 tests/expectations/enum.cpp
+9 −9 tests/expectations/enum.pyx
+10 −10 tests/expectations/enum.tag.c
+10 −10 tests/expectations/enum.tag.compat.c
+9 −9 tests/expectations/enum.tag.pyx
+4 −0 tests/expectations/infinite-recursion-typedef-monomorph.compat.c
+5 −0 tests/expectations/infinite-recursion-typedef-monomorph.cpp
+8 −0 tests/expectations/infinite-recursion-typedef-monomorph.pyx
+4 −0 tests/expectations/infinite_recursion_typedef_monomorph.compat.c
+5 −0 tests/expectations/infinite_recursion_typedef_monomorph.cpp
+8 −0 tests/expectations/infinite_recursion_typedef_monomorph.pyx
+2 −2 tests/expectations/manuallydrop.both.c
+2 −2 tests/expectations/manuallydrop.both.compat.c
+2 −2 tests/expectations/manuallydrop.c
+2 −2 tests/expectations/manuallydrop.compat.c
+2 −2 tests/expectations/manuallydrop.pyx
+2 −2 tests/expectations/manuallydrop.tag.c
+2 −2 tests/expectations/manuallydrop.tag.compat.c
+2 −2 tests/expectations/manuallydrop.tag.pyx
+2 −2 tests/expectations/maybeuninit.both.c
+2 −2 tests/expectations/maybeuninit.both.compat.c
+2 −2 tests/expectations/maybeuninit.c
+2 −2 tests/expectations/maybeuninit.compat.c
+2 −2 tests/expectations/maybeuninit.pyx
+2 −2 tests/expectations/maybeuninit.tag.c
+2 −2 tests/expectations/maybeuninit.tag.compat.c
+2 −2 tests/expectations/maybeuninit.tag.pyx
+2 −0 tests/expectations/mod_2015.both.c
+2 −0 tests/expectations/mod_2015.both.compat.c
+2 −0 tests/expectations/mod_2015.c
+2 −0 tests/expectations/mod_2015.compat.c
+2 −0 tests/expectations/mod_2015.cpp
+2 −0 tests/expectations/mod_2015.pyx
+2 −0 tests/expectations/mod_2015.tag.c
+2 −0 tests/expectations/mod_2015.tag.compat.c
+2 −0 tests/expectations/mod_2015.tag.pyx
+2 −0 tests/expectations/mod_2018.both.c
+2 −0 tests/expectations/mod_2018.both.compat.c
+2 −0 tests/expectations/mod_2018.c
+2 −0 tests/expectations/mod_2018.compat.c
+2 −0 tests/expectations/mod_2018.cpp
+2 −0 tests/expectations/mod_2018.pyx
+2 −0 tests/expectations/mod_2018.tag.c
+2 −0 tests/expectations/mod_2018.tag.compat.c
+2 −0 tests/expectations/mod_2018.tag.pyx
+3 −3 tests/expectations/nonzero.both.c
+3 −3 tests/expectations/nonzero.both.compat.c
+3 −3 tests/expectations/nonzero.c
+3 −3 tests/expectations/nonzero.compat.c
+2 −2 tests/expectations/nonzero.cpp
+3 −3 tests/expectations/nonzero.pyx
+3 −3 tests/expectations/nonzero.tag.c
+3 −3 tests/expectations/nonzero.tag.compat.c
+3 −3 tests/expectations/nonzero.tag.pyx
+4 −5 tests/expectations/simplify_option_ptr.both.c
+4 −5 tests/expectations/simplify_option_ptr.both.compat.c
+3 −5 tests/expectations/simplify_option_ptr.c
+3 −5 tests/expectations/simplify_option_ptr.compat.c
+3 −3 tests/expectations/simplify_option_ptr.cpp
+8 −6 tests/expectations/simplify_option_ptr.pyx
+4 −5 tests/expectations/simplify_option_ptr.tag.c
+4 −5 tests/expectations/simplify_option_ptr.tag.compat.c
+8 −6 tests/expectations/simplify_option_ptr.tag.pyx
+3 −0 tests/rust/enum.toml
+2 −0 tests/rust/infinite_recursion_typedef_monomorph.rs
+5 −0 tests/rust/mod_2015/src/nested/mod.rs
+2 −0 tests/rust/mod_2015/src/nested/other3/other4.rs
+5 −0 tests/rust/mod_2018/src/nested.rs
+2 −0 tests/rust/mod_2018/src/nested/other3/other4.rs
+1 −0 tests/rust/simplify_option_ptr.rs
2 changes: 1 addition & 1 deletion rpm/rust-cbindgen.spec
@@ -1,7 +1,7 @@
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now

Name: rust-cbindgen
Version: 0.17.0
Version: 0.19.0
Release: 0
Summary: A tool for generating C bindings from Rust code
License: MPLv2.0
Expand Down

0 comments on commit 48c3ebf

Please sign in to comment.