File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
2- name = " js-framework-benchmark-yew"
3- version = " 1.0.0"
42authors = [
" Isamu Mogi <[email protected] >" ]
53edition = " 2018"
4+ name = " js-framework-benchmark-yew"
5+ version = " 1.0.0"
66
77[lib ]
88crate-type = [" cdylib" ]
99
1010[dependencies ]
11- rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
11+ rand = {version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ]}
1212wasm-bindgen = " 0.2.62"
1313
1414# UPDATE TO USE YOUR BRANCH
15- yew = { git = " https://github.com/yewstack /yew" , branch = " master " }
15+ yew = {git = " https://github.com/bakape /yew " , branch = " feature/opt-keyed-diff " }
1616# UPDATE TO USE YOUR BRANCH
1717
1818[profile .release ]
19- lto = true
2019codegen-units = 1
20+ lto = true
2121panic = " abort"
2222
2323[package .metadata .wasm-pack .profile .release ]
You can’t perform that action at this time.
0 commit comments