From e42087b7d71dfe8a6812100a4c23d15c256d8559 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Mon, 15 Jan 2024 01:13:31 +0400 Subject: [PATCH] upd bingen --- Cargo.lock | 6 +++--- support/bindgen/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e0dd356..bc03c598 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bindgen" -version = "0.69.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" +checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" dependencies = [ "bitflags 2.4.1", "cexpr", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "playdate-bindgen" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bindgen", "clap", diff --git a/support/bindgen/Cargo.toml b/support/bindgen/Cargo.toml index 865f1e3e..d0115294 100644 --- a/support/bindgen/Cargo.toml +++ b/support/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playdate-bindgen" -version = "0.1.3" +version = "0.1.4" readme = "README.md" description = "Bindgen configuration for Playdate API and utils." keywords = ["playdate", "bindings", "ffi", "code-generation"] @@ -32,7 +32,7 @@ utils.workspace = true bindgen-cfg = { workspace = true, features = ["clap"] } [dependencies.bindgen] -version = "=0.69.1" +version = "=0.69.2" default-features = false [dependencies.clap]