From 223f7f39e3920e63faa4136c49172cbeb3b28ee3 Mon Sep 17 00:00:00 2001 From: Afnan Enayet Date: Sat, 2 Jul 2022 13:02:29 -0500 Subject: [PATCH] fix: Use the correct cross config option --- Cross.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cross.toml b/Cross.toml index 0e45b76f..09fc537c 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,4 +1,2 @@ -[target] -volumes = [ - "BUILD_DIR", -] +[build.env] +volumes = ["BUILD_DIR"]