This commit is contained in:
Dessalines 2024-12-22 13:37:38 -05:00
parent 859356db3f
commit 5c26245099

View file

@ -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