Skip to content

Commit

Permalink
Merge pull request #192 from boozook/upd-bingen
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Jan 16, 2024
2 parents 5079aac + e42087b commit 2f0f07d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions support/bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 2f0f07d

Please sign in to comment.