Skip to content

Commit 7a47f05

Browse files
chore: use remote pgwire dependency from crates.io
Remove local path dependency on ../pgwire and use published version 0.38 from crates.io. The pgwire branch documentation is optional and the feature implementation doesn't require any pgwire code changes.
1 parent fcb9213 commit 7a47f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.11.1"
1919
chrono = { version = "0.4", features = ["std"] }
2020
datafusion = { version = "52" }
2121
futures = "0.3"
22-
pgwire = { path = "../pgwire", version = "0.38", default-features = false }
22+
pgwire = { version = "0.38", default-features = false }
2323
postgres-types = "0.2"
2424
rust_decimal = { version = "1.40", features = ["db-postgres"] }
2525
tokio = { version = "1", default-features = false }

0 commit comments

Comments
 (0)