move profile to the root workspace
This commit is contained in:
parent
81f4fd2976
commit
37bbfffe26
2 changed files with 3 additions and 3 deletions
|
@ -23,3 +23,6 @@ url = "2.5"
|
||||||
vapid = "0.6"
|
vapid = "0.6"
|
||||||
validator = "0.18"
|
validator = "0.18"
|
||||||
yaml-rust = "0.4"
|
yaml-rust = "0.4"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
|
@ -25,6 +25,3 @@ url = { workspace = true }
|
||||||
vapid = { workspace = true }
|
vapid = { workspace = true }
|
||||||
validator = { workspace = true, features = ["derive"] }
|
validator = { workspace = true, features = ["derive"] }
|
||||||
yaml-rust = { workspace = true }
|
yaml-rust = { workspace = true }
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
lto = true
|
|
||||||
|
|
Loading…
Reference in a new issue