Skip to content

Commit

Permalink
Bump stdweb to 0.4.20 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 13, 2019
1 parent 9ca413b commit f1a4df7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_cbor = { version = "0.9.0", optional = true }
serde_json = "1.0"
serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "0.4.19"
stdweb = "0.4.20"
toml = { version = "0.4", optional = true }
yew-macro = { version = "0.9.0", path = "crates/macro" }

Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Denis Kolodin <[email protected]>"]
edition = "2018"

[dependencies]
stdweb = "0.4.19"
stdweb = "0.4.20"
yew = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/inner_html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Garrett Berg <[email protected]>"]
edition = "2018"

[dependencies]
stdweb = "0.4.19"
stdweb = "0.4.20"
yew = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/js_callback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
yew = { path = "../.." }
stdweb = "^0.4.19"
stdweb = "^0.4.20"

[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "=0.2.42"
2 changes: 1 addition & 1 deletion examples/mount_point/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Ben Berman <[email protected]>"]
edition = "2018"

[dependencies]
stdweb = "0.4.19"
stdweb = "0.4.20"
yew = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/npm_and_rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2018"
failure = "0.1"
serde = "1"
serde_derive = "1"
stdweb = "0.4.19"
stdweb = "0.4.20"
yew = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/routing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ log = "0.4"
web_logger = "0.1"
serde = { version = "1.0", features = ["derive"] }
yew = { path = "../.." }
stdweb = "0.4.19"
stdweb = "0.4.20"
2 changes: 1 addition & 1 deletion examples/two_apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Denis Kolodin <[email protected]>"]
edition = "2018"

[dependencies]
stdweb = "0.4.19"
stdweb = "0.4.20"
yew = { path = "../.." }

0 comments on commit f1a4df7

Please sign in to comment.