We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d3247 commit 7283432Copy full SHA for 7283432
1 file changed
gnd/Cargo.toml
@@ -20,13 +20,13 @@ env_logger = "0.11.8"
20
git-testament = "0.2"
21
lazy_static = "1.5.0"
22
tokio = { workspace = true }
23
-serde = { workspace = true }
24
25
# File watching
26
notify = "8.2.0"
27
globset = "0.4.18"
+
28
+# Keep bundled PostgreSQL for portable binary distribution
29
pq-sys = { version = "0.7.5", features = ["bundled"] }
-openssl-sys = { version = "0.9.100", features = ["vendored"] }
30
31
[target.'cfg(unix)'.dependencies]
32
pgtemp = { git = "https://github.com/graphprotocol/pgtemp", branch = "initdb-args" }
0 commit comments