Skip to content

Commit

Permalink
Rkyv feature should propagate properly (leptos-rs#3448)
Browse files Browse the repository at this point in the history
I suppose enabling `rkyv` feature on `leptos` crate should enable it on all dependencies.
  • Loading branch information
thestarmaker authored Jan 6, 2025
1 parent 10db2f8 commit 5751863
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion leptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ ssr = [
"tachys/ssr",
]
nightly = ["leptos_macro/nightly", "reactive_graph/nightly", "tachys/nightly"]
rkyv = ["server_fn/rkyv"]
rkyv = [
"server_fn/rkyv",
"leptos_server/rkyv"
]
tracing = [
"dep:tracing",
"reactive_graph/tracing",
Expand Down

0 comments on commit 5751863

Please sign in to comment.