From 47670893e28b861b5cf98c906992d8b6c12a2e4a Mon Sep 17 00:00:00 2001 From: Jan Ferdinand Sauer Date: Wed, 2 Oct 2024 16:41:46 +0200 Subject: [PATCH] ci: Remove now-obsolete workaround changelog: ignore --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index f9105aca..00000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -# workaround for rustc 1.80 running out of stack space when building triton-vm -[env] -RUST_MIN_STACK="33554432"