mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
* chore: no need to filter out "nightly" feature as of #3735 * fix: enable hot-reload only if in all debug mode, nightly feature and nightly rustc * fix: do not build/test against nightly feature alone * fix: don not test against nightly feature alone * fix: add trace-components to denylist
This commit is contained in:
@@ -22,3 +22,4 @@ axum = ["server_fn_macro/axum"]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
max_combination_size = 2
|
||||
skip_feature_sets = [["nightly"]]
|
||||
|
||||
Reference in New Issue
Block a user