Parcourir la source

remove the nightly feature from the server macro crate

Evan Almloff il y a 1 an
Parent
commit
31a7d2ac04
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/server-macro/Cargo.toml

+ 0 - 1
packages/server-macro/Cargo.toml

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