Skip to content

Commit 10f6f71

Browse files
pmorris-devclaude
andcommitted
chore: bump internal crate versions to 0.8.7
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5b5c409 commit 10f6f71

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sqlx-sqlite-conn-mgr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlx-sqlite-conn-mgr"
33
# Sync major.minor with major.minor of SQLx crate
4-
version = "0.8.6"
4+
version = "0.8.7"
55
description = "Wraps SQLx for SQLite, enforcing pragmatic connection policies for mobile and desktop applications"
66
authors = ["Jeremy Thomerson"]
77
license = "MIT"

crates/sqlx-sqlite-observer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlx-sqlite-observer"
33
# Sync major.minor with major.minor of SQLx crate
4-
version = "0.8.6"
4+
version = "0.8.7"
55
license = "MIT"
66
edition = "2024"
77
rust-version = "1.89"
@@ -29,7 +29,7 @@ regex = "1.12.3"
2929
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio"], default-features = false }
3030
# Required for preupdate_hook - SQLite must be compiled with SQLITE_ENABLE_PREUPDATE_HOOK
3131
libsqlite3-sys = { version = "0.30.1", features = ["preupdate_hook"] }
32-
sqlx-sqlite-conn-mgr = { path = "../sqlx-sqlite-conn-mgr", version = "0.8.6", optional = true }
32+
sqlx-sqlite-conn-mgr = { path = "../sqlx-sqlite-conn-mgr", version = "0.8.7", optional = true }
3333

3434
[dev-dependencies]
3535
tokio = { version = "1.49.0", features = ["full", "macros"] }

crates/sqlx-sqlite-toolkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlx-sqlite-toolkit"
33
# Sync major.minor with major.minor of SQLx crate
4-
version = "0.8.6"
4+
version = "0.8.7"
55
license = "MIT"
66
edition = "2024"
77
rust-version = "1.89"

0 commit comments

Comments
 (0)