Skip to content

Commit 0ec03c2

Browse files
affandarCopilot
andcommitted
chore: bump duroxide-pg to 0.1.26, remove [patch.crates-io]
duroxide-pg 0.1.26 is now published to crates.io with duroxide 0.1.25 support. Remove local path patch that was needed during development. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bb6e46b commit 0ec03c2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
duroxide = { version = "0.1.25", features = ["sqlite"] }
12-
duroxide-pg = { version = "0.1.25" }
12+
duroxide-pg = { version = "0.1.26" }
1313
pyo3 = { version = "0.23", features = ["extension-module"] }
1414
async-trait = "0.1"
1515
tokio = { version = "1", features = ["full"] }
@@ -19,8 +19,6 @@ dotenvy = "0.15"
1919
parking_lot = "0.12"
2020
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter", "json"] }
2121

22-
[patch.crates-io]
23-
duroxide-pg = { path = "../../providers/duroxide-pg" }
2422

2523
[profile.release]
2624
lto = true

0 commit comments

Comments
 (0)