Skip to content

Commit

Permalink
🔧 Do not strip release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Nov 17, 2024
1 parent 3aaf437 commit 24c531f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
22 changes: 17 additions & 5 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
publish = true
readme = "README.md"
repository = "https://github.com/eigenein/mrktpltsbot"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
rust-version = "1.82"

[badges]
Expand All @@ -19,7 +19,6 @@ is-it-maintained-open-issues = { repository = "eigenein/mrktpltsbot" }
[profile.release]
codegen-units = 1
lto = "thin"
strip = true

[lints.rust]
async_fn_in_trait = "allow"
Expand All @@ -42,7 +41,7 @@ significant_drop_tightening = "allow"
anyhow = { version = "1.0.91", features = ["backtrace"] }
backoff = { version = "0.4.0" }
base64-url = "3.0.0"
bon = "2.3.0"
bon = "3.0.1"
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["cargo", "derive", "env", "unicode"] }
dotenvy = "0.15.7"
Expand Down

0 comments on commit 24c531f

Please sign in to comment.