Skip to content

Commit 2104e1f

Browse files
committed
Removed deprecated etry
1 parent 54b4cbc commit 2104e1f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#cargo-features = ["strip"]
2-
31
[package]
42
name = "lembas"
53
version = "0.3.1"
@@ -19,8 +17,6 @@ exclude = [
1917
"tests/*",
2018
]
2119

22-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
23-
2420
[dependencies]
2521
iced = { version = "^0", features = ["tokio", "image", "pure", "wgpu"] }
2622
reqwest = { version = "^0", features = ["blocking", "json"] }
@@ -57,5 +53,5 @@ winapi = "^0"
5753
[profile.release]
5854
opt-level = "s"
5955
lto = true
60-
#strip = "symbols"# Currently only useable for nightly -->
56+
strip = "symbols"
6157
codegen-units = 1

0 commit comments

Comments
 (0)