From 98ff35a9e140d2ac9884c94b97a2b65e875325cb Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 13 Mar 2020 16:45:16 +0100 Subject: [PATCH] Fix Cargo.toml file name All lowercase cargo.toml is not valid in Rust. As a result, cargo used the Cargo.toml of the parent directory, resulting in a build of the parent crate. --- testing/{cargo.toml => Cargo.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testing/{cargo.toml => Cargo.toml} (100%) diff --git a/testing/cargo.toml b/testing/Cargo.toml similarity index 100% rename from testing/cargo.toml rename to testing/Cargo.toml