Skip to content

Commit

Permalink
Upgrade to bindgen 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn authored and thomcc committed May 30, 2020
1 parent f7b60d8 commit c1142c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsqlite3-sys/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ in_gecko = []
with-asan = []

[build-dependencies]
bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.54", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }

Expand Down

0 comments on commit c1142c3

Please sign in to comment.