Skip to content

Commit

Permalink
Update Rust crate bindgen to 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2023
1 parent 83db8e8 commit 436b241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/rusqlite/libsqlite3-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
unlock_notify = []

[build-dependencies]
bindgen = { version = "0.43", optional = true }
bindgen = { version = "0.65", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }

Expand Down

0 comments on commit 436b241

Please sign in to comment.