Skip to content

Commit 4a577b2

Browse files
affandarCopilot
andcommitted
fix: remove path overrides for CI registry resolution
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 787fa77 commit 4a577b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name = "duroxide_python"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
duroxide = { version = "0.1.27", path = "../../duroxide", features = ["sqlite"] }
12-
duroxide-pg = { version = "0.1.28", path = "../../providers/duroxide-pg" }
11+
duroxide = { version = "0.1.27", features = ["sqlite"] }
12+
duroxide-pg = "0.1.28"
1313
pyo3 = { version = "0.23", features = ["extension-module"] }
1414
async-trait = "0.1"
1515
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)