From 328bab0f5bb8bdb5305a42daf51adf118b5a30d5 Mon Sep 17 00:00:00 2001 From: duanzhou Date: Wed, 18 May 2022 00:30:36 +0800 Subject: [PATCH] Fix: enable `dioxus-core` `serialize` feature in `dioxuse-web` --- packages/web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/Cargo.toml b/packages/web/Cargo.toml index 387349ec5..a3001a6b2 100644 --- a/packages/web/Cargo.toml +++ b/packages/web/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://dioxuslabs.com" keywords = ["dom", "ui", "gui", "react", "wasm"] [dependencies] -dioxus-core = { path = "../core", version = "^0.2.1" } +dioxus-core = { path = "../core", version = "^0.2.1", features = ["serialize"] } dioxus-html = { path = "../html", version = "^0.2.1", features = ["wasm-bind"] } dioxus-interpreter-js = { path = "../interpreter", version = "^0.2.1", features = [ "web"