diff --git a/frameworks/keyed/yew/Cargo.toml b/frameworks/keyed/yew/Cargo.toml index e18ac269b..3f924cd46 100644 --- a/frameworks/keyed/yew/Cargo.toml +++ b/frameworks/keyed/yew/Cargo.toml @@ -1,23 +1,23 @@ [package] -name = "js-framework-benchmark-yew" -version = "1.0.0" authors = ["Isamu Mogi "] edition = "2018" +name = "js-framework-benchmark-yew" +version = "1.0.0" [lib] crate-type = ["cdylib"] [dependencies] -rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] } +rand = {version = "0.7.3", features = ["wasm-bindgen", "small_rng"]} wasm-bindgen = "0.2.62" # UPDATE TO USE YOUR BRANCH -yew = { git = "https://github.com/yewstack/yew", branch = "master" } +yew = {git = "https://github.com/bakape/yew ", branch = "feature/opt-keyed-diff"} # UPDATE TO USE YOUR BRANCH [profile.release] -lto = true codegen-units = 1 +lto = true panic = "abort" [package.metadata.wasm-pack.profile.release]