From 3f401a908abecbe2526a133a35cd1b3786b0b7ec Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Wed, 11 Dec 2024 19:15:20 +0100 Subject: [PATCH] fix: remove unused flag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f9e039..e67c157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -cargo-features = ["profile-rustflags", "codegen-backend", "edition2024"] +cargo-features = ["profile-rustflags", "codegen-backend"] [package] name = "gupaxx" version = "1.5.3"