Skip to content

Commit e4726c2

Browse files
Fix crate type
Fixes tauri-apps/tauri#9547
1 parent 01bde7b commit e4726c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_base_/src-tauri/Cargo.toml.lte

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99

1010
{% if rc %}[lib]
1111
name = "{% lib_name %}"
12-
crate-type = ["lib", "cdylib", "staticlib"]
12+
crate-type = ["staticlib", "cdylib", "rlib"]
1313

1414
{% endif %}{% if stable %}[build-dependencies]
1515
tauri-build = { version = "1", features = [] }

0 commit comments

Comments
 (0)