Skip to content

Commit

Permalink
Update stylist requirement from 0.11.0 to 0.12.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 24, 2023
1 parent 32ad4c8 commit f3d3950
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/divisibility-input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
bounce = { path = "../../crates/bounce" }
yew = { version = "0.20", features = ["csr"] }
stylist = { version = "0.11.0", features = ["yew"] }
stylist = { version = "0.12.0", features = ["yew"] }
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
wasm-bindgen = "0.2.83"
Expand Down
2 changes: 1 addition & 1 deletion examples/divisibility/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
bounce = { path = "../../crates/bounce" }
yew = { version = "0.20", features = ["csr"] }
stylist = { version = "0.11.0", features = ["yew"] }
stylist = { version = "0.12.0", features = ["yew"] }
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
wasm-bindgen = "0.2.83"
Expand Down
2 changes: 1 addition & 1 deletion examples/notion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
bounce = { path = "../../crates/bounce" }
yew = { version = "0.20", features = ["csr"] }
stylist = { version = "0.11.0", features = ["yew"] }
stylist = { version = "0.12.0", features = ["yew"] }
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
wasm-bindgen = "0.2.83"
Expand Down
2 changes: 1 addition & 1 deletion examples/partial-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
bounce = { path = "../../crates/bounce" }
yew = { version = "0.20", features = ["csr"] }
stylist = { version = "0.11.0", features = ["yew"] }
stylist = { version = "0.12.0", features = ["yew"] }
log = "0.4.17"
console_log = { version = "0.2.0", features = ["color"] }
wasm-bindgen = "0.2.83"
Expand Down

0 comments on commit f3d3950

Please sign in to comment.