Skip to content

Commit

Permalink
enable overflow checks
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed May 18, 2024
1 parent 69b7793 commit dfe3f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.16.0-dev"
repository = "https://github.com/Yamato-Security/hayabusa"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"
rust-version = "1.77.2"
rust-version = "1.78.0"
include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]

[dependencies]
Expand Down Expand Up @@ -64,4 +64,5 @@ openssl = { version = "*", features = ["vendored"] } #vendored is needed to com

[profile.release]
lto = true
strip = "symbols"
strip = "symbols"
overflow-checks = true

0 comments on commit dfe3f0a

Please sign in to comment.