Skip to content

Commit d715b87

Browse files
committed
fix: Move openssl dependency to correct section in Cargo.toml
1 parent d103a64 commit d715b87

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chronik-server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ async-trait = { workspace = true }
5252
dashmap = { workspace = true }
5353
parking_lot = { workspace = true }
5454

55+
# Force vendored OpenSSL for musl builds
56+
openssl = { workspace = true }
57+
5558
# Metrics handled by chronik-monitoring dependency
5659

5760

@@ -67,6 +70,3 @@ minimal = []
6770

6871
[lints]
6972
workspace = true
70-
71-
# Force vendored OpenSSL for musl builds
72-
openssl = { workspace = true }

0 commit comments

Comments
 (0)