mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
Bump libsqlite3-sys to v0.28 (#3148)
This includes SQLite v3.45(.1), which includes new JSONB functionality.
This commit is contained in:
parent
02c68a46c7
commit
352b02de6a
@ -183,7 +183,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
|
|||||||
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
|
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
|
||||||
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
|
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
|
||||||
# Enable testing with SQLCipher if specifically requested.
|
# Enable testing with SQLCipher if specifically requested.
|
||||||
libsqlite3-sys = { version = "0.27", features = ["bundled-sqlcipher"] }
|
libsqlite3-sys = { version = "0.28", features = ["bundled-sqlcipher"] }
|
||||||
|
|
||||||
#
|
#
|
||||||
# Any
|
# Any
|
||||||
|
@ -46,7 +46,7 @@ regex = { version = "1.5.5", optional = true }
|
|||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|
||||||
[dependencies.libsqlite3-sys]
|
[dependencies.libsqlite3-sys]
|
||||||
version = "0.27.0"
|
version = "0.28.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = [
|
features = [
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user