From d85aaf9788921fe9edd6df1ca829b44c16ff78f8 Mon Sep 17 00:00:00 2001 From: bluenote-1577 Date: Wed, 6 Nov 2024 10:29:02 -0500 Subject: [PATCH] v0.7.0 remove native builds for conda compatibility --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index d800d15..73361e3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,2 @@ -[build] -rustflags = ["-Ctarget-cpu=native"] - [target.x86_64-unknown-linux-musl] rustflags = ["-Ctarget-feature=+crt-static"]