Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Sep 29, 2023
1 parent a8b48fb commit 6ed5f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/forms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ license = "MIT"
[dependencies]
wasm-bindgen = "0.2.*"
web-sys = { version = "0.3.*", features = ["HtmlTextAreaElement", "HtmlSelectElement"] }
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }
yew-bootstrap = { path = "../../packages/yew-bootstrap" }
gloo-console = "0.2"
gloo-console = "0.3.0"
4 changes: 2 additions & 2 deletions packages/yew-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-bootstrap"
version = "0.5.18"
version = "0.6.0"
authors = ["Matthew Scheffel <matt@dataheck.com>", "Foorack <max@foorack.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"]
name = "yew_bootstrap"

[dependencies]
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 6ed5f54

Please sign in to comment.