Skip to content

Commit 7bb7b65

Browse files
committed
Update cargo.toml
1 parent b5540c1 commit 7bb7b65

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

frameworks/keyed/yew-baseline/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] }
1212
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
1417

1518
[profile.release]
1619
lto = true

frameworks/keyed/yew/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] }
1212
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
1417

1518
[profile.release]
1619
lto = true

0 commit comments

Comments
 (0)