From d2d65df34392dcc351213380e3b2a6b290c564ac Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Jun 2021 23:46:02 +0100 Subject: [PATCH] Rename atmain.rs (from apitest/main.rs) Signed-off-by: Ian Jackson --- apitest/Cargo.toml | 2 +- apitest/{main.rs => atmain.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename apitest/{main.rs => atmain.rs} (100%) diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index b4aa7cdc..c5bad9bf 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -21,7 +21,7 @@ path="apitest.rs" [[bin]] name="apitest" -path="main.rs" +path="atmain.rs" [dependencies] diff --git a/apitest/main.rs b/apitest/atmain.rs similarity index 100% rename from apitest/main.rs rename to apitest/atmain.rs -- 2.30.2