Skip to content

Commit

Permalink
Bump libsqlite3-sys to v0.28 (#3148)
Browse files Browse the repository at this point in the history
This includes SQLite v3.45(.1), which includes new JSONB functionality.
  • Loading branch information
NfNitLoop authored Mar 30, 2024
1 parent 02c68a4 commit 352b02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
# Enable testing with SQLCipher if specifically requested.
libsqlite3-sys = { version = "0.27", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.28", features = ["bundled-sqlcipher"] }

#
# Any
Expand Down
2 changes: 1 addition & 1 deletion sqlx-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ regex = { version = "1.5.5", optional = true }
urlencoding = "2.1.3"

[dependencies.libsqlite3-sys]
version = "0.27.0"
version = "0.28.0"
default-features = false
features = [
"pkg-config",
Expand Down

0 comments on commit 352b02d

Please sign in to comment.