Skip to content

Commit

Permalink
Move profile config to the correct Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Jul 10, 2022
1 parent cc871a9 commit d5d1770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
members = ["crate/*"]
default-members = ["crate/webloc-cli"]
resolver = "2"

[profile.release]
strip = true
lto = true
4 changes: 0 additions & 4 deletions crate/webloc-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name = "webloc-cli"
version = "1.1.1"
edition = "2021"

[profile.release]
strip = true
lto = true

[[bin]]
name = "webloc"
path = "src/main.rs"
Expand Down

0 comments on commit d5d1770

Please sign in to comment.