Skip to content

Commit

Permalink
[num-format-windows] Bump bindgen to 0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Myers authored and bcmyers committed Dec 3, 2022
1 parent 64e9776 commit fc443eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion num-format-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ build = "build.rs"
include = ["build.rs", "Cargo.toml", "src/**/*", "wrapper.h"]

[build-dependencies]
bindgen = "0.60.1"
bindgen = "0.63.0"
2 changes: 1 addition & 1 deletion num-format-windows/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {

let bindings = Builder::default()
.header(headers)
.rust_target(RustTarget::Stable_1_28)
.rust_target(RustTarget::Stable_1_33)
.allowlist_var("LOCALE_NAME_MAX_LENGTH")
.allowlist_var("LOCALE_NAME_SYSTEM_DEFAULT")
.allowlist_var("LOCALE_SDECIMAL")
Expand Down

0 comments on commit fc443eb

Please sign in to comment.