Skip to content

Commit

Permalink
Fix features.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed May 22, 2022
1 parent b0c8632 commit 8503d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ssr_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yew = { path = "../../packages/yew", features = ["ssr", "hydration"] }
yew = { path = "../../packages/yew" }
function_router = { path = "../function_router" }
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ features = [
# tokio = ["dep:tokio"]
ssr = ["futures", "html-escape", "base64ct", "bincode"] # dep:html-escape
csr = []
hydration = ["csr"]
hydration = ["csr", "bincode"]
default = []

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down

0 comments on commit 8503d24

Please sign in to comment.