Skip to content

Commit

Permalink
Removed deprecated etry
Browse files Browse the repository at this point in the history
  • Loading branch information
mawilms committed Jun 5, 2022
1 parent 54b4cbc commit 2104e1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#cargo-features = ["strip"]

[package]
name = "lembas"
version = "0.3.1"
Expand All @@ -19,8 +17,6 @@ exclude = [
"tests/*",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced = { version = "^0", features = ["tokio", "image", "pure", "wgpu"] }
reqwest = { version = "^0", features = ["blocking", "json"] }
Expand Down Expand Up @@ -57,5 +53,5 @@ winapi = "^0"
[profile.release]
opt-level = "s"
lto = true
#strip = "symbols"# Currently only useable for nightly -->
strip = "symbols"
codegen-units = 1

0 comments on commit 2104e1f

Please sign in to comment.