From 62b42fa982f6f5b4c223188eeb3eef81267d2048 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 25 Jul 2024 20:37:37 +0200 Subject: Fix cargo config deprecation warning. --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d046680 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["-C", "prefer-dynamic"] -- cgit v1.2.3