2
0
Fork 0
mirror of https://github.com/DioxusLabs/dioxus synced 2025-02-18 14:48:26 +00:00

remove the nightly feature from the server macro crate

This commit is contained in:
Evan Almloff 2024-02-16 15:27:48 -06:00
parent e7d8a25d17
commit 31a7d2ac04

View file

@ -24,5 +24,4 @@ proc-macro = true
[features]
axum = ["server_fn_macro/axum"]
nightly = ["server_fn_macro/nightly"]
server = ["server_fn_macro/ssr"]