From 46018bd8cfdf1f467020745ad1ecd1a04d9a83fc Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Thu, 28 Sep 2023 22:29:35 +0200 Subject: [PATCH] Fix casing of Cargo.toml --- build/Test/Rust.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Test/Rust.fs b/build/Test/Rust.fs index 66323b67a3..e691a5aefa 100644 --- a/build/Test/Rust.fs +++ b/build/Test/Rust.fs @@ -56,13 +56,13 @@ let handle (args: string list) = Shell.copyFile mainTestsDestinationDir - (mainTestsProjectDir "cargo.toml") + (mainTestsProjectDir "Cargo.toml") !!(mainTestsProjectDir "tests" "src" "*.rs") |> Seq.iter (fun file -> - let destionation = mainTestsDestinationDir "tests" "src" + let destination = mainTestsDestinationDir "tests" "src" - Shell.copyFile destionation file + Shell.copyFile destination file ) let cargoTestArgs =