From 89e44d49011d5dc303564cdecf7c1b6460623a9b Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 17 Nov 2023 09:56:28 +0200 Subject: [PATCH] Remove binary target collisions between zed & zed2 --- crates/live_kit_client2/Cargo.toml | 2 +- crates/live_kit_client2/examples/{test_app.rs => test_app2.rs} | 0 crates/zed2/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename crates/live_kit_client2/examples/{test_app.rs => test_app2.rs} (100%) diff --git a/crates/live_kit_client2/Cargo.toml b/crates/live_kit_client2/Cargo.toml index b606434b05..073c0017b0 100644 --- a/crates/live_kit_client2/Cargo.toml +++ b/crates/live_kit_client2/Cargo.toml @@ -10,7 +10,7 @@ path = "src/live_kit_client2.rs" doctest = false [[example]] -name = "test_app" +name = "test_app2" [features] test-support = [ diff --git a/crates/live_kit_client2/examples/test_app.rs b/crates/live_kit_client2/examples/test_app2.rs similarity index 100% rename from crates/live_kit_client2/examples/test_app.rs rename to crates/live_kit_client2/examples/test_app2.rs diff --git a/crates/zed2/Cargo.toml b/crates/zed2/Cargo.toml index df3332803e..aacaedca88 100644 --- a/crates/zed2/Cargo.toml +++ b/crates/zed2/Cargo.toml @@ -11,7 +11,7 @@ path = "src/zed2.rs" doctest = false [[bin]] -name = "Zed" +name = "Zed2" path = "src/main.rs" [dependencies]