Skip to content

Commit

Permalink
Upgrade deps, force musl to static
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Oct 25, 2023
1 parent cd2ea26 commit 388f59f
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 219 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ rustflags = [
"-Wrust_2018_idioms",
# END - Embark standard lints v6 for Rust 1.55+
]

[target.'cfg(target_env = "musl")']
rustflags = ["-C", "target-feature=+crt-static"]
Loading

0 comments on commit 388f59f

Please sign in to comment.