Skip to content

Commit

Permalink
fix cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 6, 2024
1 parent 632acf9 commit 9550a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ tempfile = "3.10.1"
[dev-dependencies]
async-std = "1.12.0"
rstest = "0.21.0"

[target.'x86_64-pc-windows-msvc']
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit 9550a8c

Please sign in to comment.