File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ crate-type = ["cdylib"]
10
10
[dependencies ]
11
11
rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
12
12
wasm-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
14
17
15
18
[profile .release ]
16
19
lto = true
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ crate-type = ["cdylib"]
10
10
[dependencies ]
11
11
rand = { version = " 0.7.3" , features = [" wasm-bindgen" , " small_rng" ] }
12
12
wasm-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
14
17
15
18
[profile .release ]
16
19
lto = true
You can’t perform that action at this time.
0 commit comments