Skip to content

Commit d5d1770

Browse files
committed
Move profile config to the correct Cargo.toml
1 parent cc871a9 commit d5d1770

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
members = ["crate/*"]
33
default-members = ["crate/webloc-cli"]
44
resolver = "2"
5+
6+
[profile.release]
7+
strip = true
8+
lto = true

crate/webloc-cli/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name = "webloc-cli"
33
version = "1.1.1"
44
edition = "2021"
55

6-
[profile.release]
7-
strip = true
8-
lto = true
9-
106
[[bin]]
117
name = "webloc"
128
path = "src/main.rs"

0 commit comments

Comments
 (0)