Skip to content

Commit 096428e

Browse files
committed
change branch
1 parent 5d16fe5 commit 096428e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/keyed/yew/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[package]
2-
name = "js-framework-benchmark-yew"
3-
version = "1.0.0"
42
authors = ["Isamu Mogi <[email protected]>"]
53
edition = "2018"
4+
name = "js-framework-benchmark-yew"
5+
version = "1.0.0"
66

77
[lib]
88
crate-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"]}
1212
wasm-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
2019
codegen-units = 1
20+
lto = true
2121
panic = "abort"
2222

2323
[package.metadata.wasm-pack.profile.release]

0 commit comments

Comments
 (0)