Skip to content

Commit

Permalink
Undo the formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 12, 2024
1 parent 4da0ba3 commit cc486a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
members = [
"packages/*",
"tools/*",
"examples/*"
"examples/*",
]
default-members = [
"packages/*",
]
default-members = ["packages/*"]
resolver = "2"

[profile.release]
Expand Down
5 changes: 2 additions & 3 deletions packages/yew-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version = "0.3"
features = [
"Document",
"HtmlBaseElement",
"Window"
"Window",
]

[dev-dependencies]
Expand All @@ -40,6 +40,5 @@ yew = { version = "0.21.0", path = "../yew", features = ["csr"] }
[dev-dependencies.web-sys]
version = "0.3"
features = [
"HtmlHeadElement"
"HtmlHeadElement",
]

3 changes: 2 additions & 1 deletion packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tokio = { version = "1.40", features = ["full"] }
tokio = { version = "1.40", features = ["macros", "rt", "time"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.43"
wasm-bindgen-test = "0.3"
gloo = { version = "0.11", features = ["futures"] }
wasm-bindgen-futures = "0.4"
trybuild = "1"
Expand All @@ -107,3 +107,4 @@ rustdoc-args = ["--cfg", "documenting"]

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(nightly_yew)'] }

0 comments on commit cc486a4

Please sign in to comment.