Skip to content

Commit 25a6e0d

Browse files
Fix crate type
Fixes #9547
1 parent 6b78125 commit 25a6e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
88

99
[lib]
1010
name = "api_lib"
11-
crate-type = ["staticlib", "cdylib", "lib"]
11+
crate-type = ["staticlib", "cdylib", "rlib"]
1212

1313
[build-dependencies]
1414
tauri-build = { path = "../../../crates/tauri-build", features = [

0 commit comments

Comments
 (0)