Upgrade dependency bindgen (0.59 -> 0.60)

This commit is contained in:
DCjanus
2022-08-27 02:31:21 +08:00
parent d8802a0f58
commit 723d1ddc62
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build = "build.rs"
libc = "0.2"
[build-dependencies]
bindgen = "0.59"
bindgen = "0.60"
pkg-config = "0.3"
[features]