Skip to content

Commit

Permalink
chore: migrate .cargo/config to .cargo/config.toml to avoid deprecati…
Browse files Browse the repository at this point in the history
…on warning (#2177)
  • Loading branch information
shamardy authored and Alrighttt committed Aug 9, 2024
1 parent d756aa9 commit cc5a376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config → .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ rustflags = [ "-Zshare-generics=y" ]
# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = [ "-Clink-arg=-fuse-ld=lld" ]
#
#
# # `brew install llvm`
# [target.x86_64-apple-darwin]
# rustflags = [
# "-C",
# "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
# ]
#
#
# [target.aarch64-apple-darwin]
# rustflags = [
# "-C",
Expand Down

0 comments on commit cc5a376

Please sign in to comment.