From 3c20edcd47f6c6fa6d7bd17d279e1c1b454ff57d Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 25 Sep 2024 19:18:44 +0200 Subject: [PATCH] lib --- .github/fixtures/example-with-tauri-v2/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/fixtures/example-with-tauri-v2/src-tauri/Cargo.toml b/.github/fixtures/example-with-tauri-v2/src-tauri/Cargo.toml index 70d2f0efa..f43301b9d 100644 --- a/.github/fixtures/example-with-tauri-v2/src-tauri/Cargo.toml +++ b/.github/fixtures/example-with-tauri-v2/src-tauri/Cargo.toml @@ -8,7 +8,7 @@ repository = "" edition = "2021" [lib] -name = "rc_lib" +name = "test_app_lib" crate-type = ["lib", "cdylib", "staticlib"] [dependencies]