Skip to content

Commit

Permalink
Renamed to config.toml for current rust cargo stable. (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Nov 1, 2024
1 parent f41187a commit 6bc3908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config → .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ linker = "/usr/bin/x86_64-w64-mingw32-gcc"
ar = "/usr/x86_64-w64-mingw32/bin/ar"

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

0 comments on commit 6bc3908

Please sign in to comment.