From 2ed0520a589dc64b20854a53a50604dec9d28edd Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Fri, 11 Oct 2024 12:54:57 +0300 Subject: [PATCH] put in the correct place --- .cargo/config.toml | 2 ++ Cargo.toml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..ff7f7580 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.aarch64-unknown-linux-gnu] +linker = "aarch64-linux-gnu-gcc" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 318a4934..cf8988a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,3 @@ hdrhistogram = "7.5.4" rusqlite = { version = "0.32.1" } serde_yaml = "0.9.34+deprecated" image = "0.25.2" - -[target.aarch64-unknown-linux-gnu] -linker = "aarch64-linux-gnu-gcc" \ No newline at end of file