File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ crate-type = ["cdylib"]
1010[dependencies ]
1111rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
1212wasm-bindgen = " 0.2.62"
13- yew = { git = " https://github.com/jstarry/yew" , branch = " split-render" }
13+
14+ # DO NOT MODIFY
15+ yew = { git = " https://github.com/yewstack/yew" , branch = " master" }
16+ # DO NOT MODIFY
1417
1518[profile .release ]
1619lto = true
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ crate-type = ["cdylib"]
1010[dependencies ]
1111rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
1212wasm-bindgen = " 0.2.62"
13- yew = { git = " https://github.com/jstarry/yew" , branch = " split-render" }
13+
14+ # UPDATE TO USE YOUR BRANCH
15+ yew = { git = " https://github.com/yewstack/yew" , branch = " master" }
16+ # UPDATE TO USE YOUR BRANCH
1417
1518[profile .release ]
1619lto = true
You can’t perform that action at this time.
0 commit comments