mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 03:52:20 +08:00
Upgrade outdated dependencies
serde 0.9 -> 1.0 bitflags 0.7 -> 0.8 bindgen 0.21 -> 0.23
This commit is contained in:
@@ -22,6 +22,6 @@ min_sqlite_version_3_7_4 = ["pkg-config"]
|
||||
min_sqlite_version_3_7_16 = ["pkg-config"]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = "0.21", optional = true }
|
||||
bindgen = { version = "0.23", optional = true }
|
||||
pkg-config = { version = "0.3", optional = true }
|
||||
gcc = { version = "0.3", optional = true }
|
||||
|
Reference in New Issue
Block a user