浏览代码

Merge pull request #411 from duan-zhou/master

Jon Kelley 3 年之前
父节点
当前提交
62294d36d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/web/Cargo.toml

+ 1 - 1
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"