From 7c4ff619c1b43f88b6f22664392a1f86c4f0d2d9 Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 8 Feb 2026 17:52:15 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20.cargo/config.toml=20yaz=C4=B1m=20hatas?= =?UTF-8?q?=C4=B1=20d=C3=BCzeltildi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/.cargo/config.toml b/frontend/.cargo/config.toml index 2feb779..51f5802 100644 --- a/frontend/.cargo/config.toml +++ b/frontend/.cargo/config.toml @@ -1 +1,2 @@ -[target.wasm32-unknown-unknown]\nrustflags = ["-C", "target-feature=+bulk-memory"] +[target.wasm32-unknown-unknown] +rustflags = ["-C", "target-feature=+bulk-memory"] \ No newline at end of file