From 82f033c2b63490d43868e7f05e8d3f903374d758 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Tue, 3 Oct 2023 15:40:41 +0300 Subject: [PATCH] fix: #25 --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8628170..80be290 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [alias] xtask = "run --package xtask --bin xtask --" + +[target.x86_64-unknown-linux-gnu] +rustflags = ["-C", "target-feature=+crt-static"]