Skip to content

Commit 6b78125

Browse files
Fix crate type
Fixes tauri-apps#9547
1 parent 37a749a commit 6b78125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/templates/app/src-tauri/Cargo.crate-manifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.71"
1212

1313
[lib]
1414
name = "app_lib"
15-
crate-type = ["staticlib", "cdylib", "lib"]
15+
crate-type = ["staticlib", "cdylib", "rlib"]
1616

1717
[build-dependencies]
1818
tauri-build = {{ tauri_build_dep }}

0 commit comments

Comments
 (0)