Skip to content

Commit 6bc3908

Browse files
authored
Renamed to config.toml for current rust cargo stable. (#418)
1 parent f41187a commit 6bc3908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config .cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ linker = "/usr/bin/x86_64-w64-mingw32-gcc"
33
ar = "/usr/x86_64-w64-mingw32/bin/ar"
44

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

0 commit comments

Comments
 (0)