Skip to content

Commit

Permalink
change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed Sep 13, 2020
1 parent 5d16fe5 commit 096428e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frameworks/keyed/yew/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[package]
name = "js-framework-benchmark-yew"
version = "1.0.0"
authors = ["Isamu Mogi <isamu@leafytree.jp>"]
edition = "2018"
name = "js-framework-benchmark-yew"
version = "1.0.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] }
rand = {version = "0.7.3", features = ["wasm-bindgen", "small_rng"]}
wasm-bindgen = "0.2.62"

# UPDATE TO USE YOUR BRANCH
yew = { git = "https://github.com/yewstack/yew", branch = "master" }
yew = {git = "https://github.com/bakape/yew ", branch = "feature/opt-keyed-diff"}
# UPDATE TO USE YOUR BRANCH

[profile.release]
lto = true
codegen-units = 1
lto = true
panic = "abort"

[package.metadata.wasm-pack.profile.release]
Expand Down

0 comments on commit 096428e

Please sign in to comment.