Skip to content

Commit 7f9d496

Browse files
Update Rust crate bindgen to 0.70.1
1 parent 83db8e8 commit 7f9d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/rusqlite/libsqlite3-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"]
2222
unlock_notify = []
2323

2424
[build-dependencies]
25-
bindgen = { version = "0.43", optional = true }
25+
bindgen = { version = "0.70.1", optional = true }
2626
pkg-config = { version = "0.3", optional = true }
2727
cc = { version = "1.0", optional = true }
2828

0 commit comments

Comments
 (0)