From e4230fd7268ce6ddb905b04711e79d78eed01125 Mon Sep 17 00:00:00 2001 From: BGluth Date: Mon, 8 Jul 2024 15:23:19 -0600 Subject: [PATCH] Some missed PR changes --- zero_bin/.cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 zero_bin/.cargo/config.toml diff --git a/zero_bin/.cargo/config.toml b/zero_bin/.cargo/config.toml deleted file mode 100644 index f4ac0fbdd..000000000 --- a/zero_bin/.cargo/config.toml +++ /dev/null @@ -1,4 +0,0 @@ -[env] -# read/write to/from files relative to the workspace even when running in this -# directory -CARGO_WORKSPACE_DIR = { value = "", relative = true }