From 60354b66d1e8d72c97c23764b5fa5f74c897b2cd Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 8 Feb 2026 17:31:31 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20rustflags=20sadece=20wasm32=20hedefine?= =?UTF-8?q?=20=C3=B6zel=20hale=20getirilerek=20uyar=C4=B1lar=20temizlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 5 +---- frontend/.cargo/config.toml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index a6baea0..d999aa5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,2 @@ -[build] -rustflags = ["-C", "target-feature=-bulk-memory"] - [target.wasm32-unknown-unknown] -rustflags = ["-C", "target-feature=-bulk-memory"] \ No newline at end of file +rustflags = ["-C", "target-feature=-bulk-memory"] diff --git a/frontend/.cargo/config.toml b/frontend/.cargo/config.toml index a6baea0..d999aa5 100644 --- a/frontend/.cargo/config.toml +++ b/frontend/.cargo/config.toml @@ -1,5 +1,2 @@ -[build] -rustflags = ["-C", "target-feature=-bulk-memory"] - [target.wasm32-unknown-unknown] -rustflags = ["-C", "target-feature=-bulk-memory"] \ No newline at end of file +rustflags = ["-C", "target-feature=-bulk-memory"]