Skip to content

Commit 5977ab2

Browse files
committed
chore: Suppress macOS linker warns
1 parent 72f5e02 commit 5977ab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
# suppress "was built for newer 'macOS' version (15.4) than being linked (11.0)"
3+
rustflags = ["-Alinker_messages"]

0 commit comments

Comments
 (0)