Skip to content

Commit

Permalink
Fix build on musl linux
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Sep 17, 2024
1 parent 345e5a9 commit 281fb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ tokio-shutdown = "0.1.4"

[build-dependencies]
protobuf-codegen = "3.5.1"
reqwest = { version = "0.12.7", features = ["rustls-tls", "blocking"] }
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls", "blocking"] }
rust-embed = { version = "8.5.0", features = ["axum","interpolate-folder-path"] }

0 comments on commit 281fb6d

Please sign in to comment.