Skip to content

Commit

Permalink
fix: Duplicate artifact tracking. see: rust-lang/cargo#6313
Browse files Browse the repository at this point in the history
  • Loading branch information
Clover-You committed Nov 7, 2024
1 parent 0eb1dda commit e835bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ codegen-units = 1

[lib]
name = "rust_tauri_nextjs_template_lib"
crate-type = ["staticlib", "cdylib", "rlib", "lib"]
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.1", features = [] }
Expand Down

0 comments on commit e835bc9

Please sign in to comment.