mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-26 00:38:25 +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]
|
[workspace.package]
|
||||||
version = "0.19.6-beta.7"
|
version = "0.19.6-beta.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -24,8 +26,6 @@ doctest = false
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
cargo-features = ["codegen-backend"]
|
|
||||||
|
|
||||||
# See https://github.com/johnthagen/min-sized-rust for additional optimizations
|
# See https://github.com/johnthagen/min-sized-rust for additional optimizations
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = false
|
debug = false
|
||||||
|
|
Loading…
Reference in a new issue