chore: no need to filter out "nightly" feature as of #3735 (#3747)

* 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:
Saber Haj Rabiee
2025-03-21 10:16:16 -07:00
committed by GitHub
parent 716c770a45
commit a0d75fda03
6 changed files with 27 additions and 48 deletions

View File

@@ -22,3 +22,4 @@ axum = ["server_fn_macro/axum"]
[package.metadata.cargo-all-features]
max_combination_size = 2
skip_feature_sets = [["nightly"]]