mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-25 00:08:29 +00:00
Fix 1.
This commit is contained in:
parent
859356db3f
commit
5c26245099
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
cargo-features = ["codegen-backend"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.19.6-beta.7"
|
||||
edition = "2021"
|
||||
|
@ -24,8 +26,6 @@ doctest = false
|
|||
[lints]
|
||||
workspace = true
|
||||
|
||||
cargo-features = ["codegen-backend"]
|
||||
|
||||
# See https://github.com/johnthagen/min-sized-rust for additional optimizations
|
||||
[profile.release]
|
||||
debug = false
|
||||
|
|
Loading…
Reference in a new issue