Skip to content

Commit

Permalink
chore: correct table order in Cargo.toml (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 27, 2024
1 parent 3a5b25f commit b625e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ features = [
]
version = "=0.12.2"

[build-dependencies]
git2 = { version = "0.19.0", default-features = false }

[profile.release]
strip = "symbols"
lto = "fat"
codegen-units = 1

[build-dependencies]
git2 = { version = "0.19.0", default-features = false }

0 comments on commit b625e9e

Please sign in to comment.