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
  • Loading branch information
shamardy committed Jul 25, 2024
1 parent c5e0e00 commit 57210c9
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 @@ -8,7 +8,7 @@ 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 = [
Expand Down

0 comments on commit 57210c9

Please sign in to comment.