File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ edition = "2018"
77# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88
99[build-dependencies ]
10- bindgen = " 0.54 "
10+ bindgen = " 0.58 "
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ fn main() {
2222 // included header files changed.
2323 . parse_callbacks ( Box :: new ( bindgen:: CargoCallbacks ) )
2424 // .parse_callbacks(Box::new(ignored_macros))
25- . whitelist_function ( "uc[tsmp]_.*" )
26- . whitelist_var ( "uc[tsmp]_.*" )
27- . whitelist_var ( "UC[TSMP]_.*" )
28- . whitelist_type ( "uc[tsmp]_.*" )
25+ . allowlist_function ( "uc[tsmp]_.*" )
26+ . allowlist_var ( "uc[tsmp]_.*" )
27+ . allowlist_var ( "UC[TSMP]_.*" )
28+ . allowlist_type ( "uc[tsmp]_.*" )
2929 . rustified_enum ( ".*" )
3030 . bitfield_enum ( "ucp_feature" )
3131 . bitfield_enum ( ".*_field" )
You can’t perform that action at this time.
0 commit comments