From 5ee5e8554bef84852f4aa8acf6ab165edd2dcd85 Mon Sep 17 00:00:00 2001 From: Paul-Henry Kajfasz Date: Fri, 16 Aug 2024 16:12:17 -0700 Subject: [PATCH] Ran pre-commit --- Makefile.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index f5c185c..94d5829 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -83,4 +83,3 @@ description = "Build with SVE acceleration" env = { "RUSTFLAGS" = "-C target-feature=+sve" } command = "cargo" args = ["build", "--release"] -