Skip to content

Commit

Permalink
chore: uptick strum
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 12, 2024
1 parent 0a175e3 commit b4c97be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4"
patternfly-yew = { version = "0.6", features = ["tree", "icons-fab"] }
popper-rs = { version = "0.3.2", features = ["yew", "debug"] }
serde_json = "1"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
url = "2"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand All @@ -36,7 +36,7 @@ features = [

[patch.crates-io]
#patternfly-yew = { path = "../patternfly-yew" }
patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "4f43b9a3da03f31241202b1b72586213c183ccc6" } # FIXME: awaiting release
patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "ac5c244b9f7deac9d1dc286da8ab33e4cc21b5f1" } # FIXME: awaiting release
#yew-nested-router = { path = "../yew-nested-router" }
#yew-more-hooks = { git = "https://github.com/ctron/yew-more-hooks", rev = "f535bb2e7b227aac7010035215c11d4aeae6cb62" } # FIXME: awaiting release
#yew-more-hooks = { path = "../yew-more-hooks" }
Expand Down

0 comments on commit b4c97be

Please sign in to comment.