fix(Cargo.toml): profile only take effect at root

This commit is contained in:
PoiScript 2019-09-15 10:37:06 +08:00
parent ce2eb774b5
commit bed20e6112
2 changed files with 3 additions and 3 deletions

View file

@ -3,3 +3,6 @@ members = [
"orgize",
"orgize-demos",
]
[profile.release]
lto = true

View file

@ -10,6 +10,3 @@ actix-web = { version = "1.0.7", default-features = false }
orgize = { path = "../orgize", features = ["syntect"] }
serde = { version = "1.0.100", features = ["derive"] }
serde_json = "1.0.40"
[profile.release]
lto = true