Skip to content

Commit b07477b

Browse files
committed
chore: update dependencies
1 parent c70fda6 commit b07477b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patternfly-yew-quickstart"
3-
version = "0.6.0-rc.1"
3+
version = "0.6.0"
44
authors = ["Jens Reimann <jreimann@redhat.com>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -13,7 +13,7 @@ browser-panic-hook = "0.2"
1313
chrono = { version = "0.4.30", default-features = false, features = ["wasmbind"] }
1414
gloo-utils = "0.2"
1515
log = "0.4"
16-
patternfly-yew = { version = "0.6.0-rc.1", features = ["tree", "icons-fab"] }
16+
patternfly-yew = { version = "0.6.0", features = ["tree", "icons-fab"] }
1717
popper-rs = { version = "0.3.2", features = ["yew", "debug"] }
1818
serde_json = "1"
1919
strum = { version = "0.26", features = ["derive"] }

0 commit comments

Comments
 (0)