Skip to content

Commit

Permalink
new: static build for windows (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Jul 1, 2023
1 parent 2a63f81 commit 6d38738
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.'cfg(target_os = "windows")']
rustflags = ["-C", "target-feature=+crt-static"]
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
description = "Utility for viewing json-formatted log files."
keywords = ["cli", "human", "log"]
name = "hl"
version = "0.20.0-beta.6"
version = "0.20.0-beta.6.2"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 6d38738

Please sign in to comment.