Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix(toolchain): fix Postgres::start error on windows (#531)
Browse files Browse the repository at this point in the history
TOOL-419
  • Loading branch information
NathanFlurry committed Sep 30, 2024
1 parent e0d1325 commit 056b4d3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/toolchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rivet-deno-embed = { path = "../deno-embed" }
rivet-backend-embed = { path = "../backend-embed" }
lazy_static = "1.5.0"
sha1 = "0.10.6"
postgresql_embedded = { version = "0.16.3", features = ["rustls-tls", "theseus", "tokio"], default-features = false }
postgresql_embedded = { version = "0.16.3", features = ["rustls-tls", "theseus"], default-features = false}

[target.'cfg(unix)'.dependencies]
nix = { version = "0.27", default-features = false, features = ["user", "signal"] }
Expand Down

0 comments on commit 056b4d3

Please sign in to comment.