Skip to content

Commit

Permalink
perf: reduce binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
hlf20010508 committed Nov 23, 2023
1 parent 4727c3b commit 352d6df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[package]
name = "gpts-code-analyst"
version = "1.1.0"
version = "1.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
panic = 'abort'
strip = true
lto = true
codegen-units = 1

[dependencies]
actix-rt = "2.9.0"
actix-web = "4.4.0"
Expand Down

0 comments on commit 352d6df

Please sign in to comment.