Skip to content

Commit

Permalink
using @tauri-apps/plugin-http replace @tauri-apps/api/http
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Sep 25, 2024
1 parent 4c9fe56 commit 9bd1635
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 @@ -36,7 +36,7 @@ panic = "abort" # Strip expensive panic clean-up logic
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
lto = true # Enables link to optimizations
opt-level = "s" # Optimize for binary size
# strip = true # Remove debug symbols
strip = true # Remove debug symbols

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down

0 comments on commit 9bd1635

Please sign in to comment.