Skip to content

Commit

Permalink
Merge pull request #24 from MikhailNazarov/main
Browse files Browse the repository at this point in the history
bump dioxus to 4.0.0
  • Loading branch information
nissy-dev committed Aug 5, 2023
2 parents c031df6 + 026bd4b commit 3bd22b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dioxus = { version = "0.3.1" }
dioxus-web = { version = "0.3.0" }
dioxus = { version = "0.4.0" }
dioxus-web = { version = "0.4.0" }
dioxus-free-icons = { path = "../lib", features = ["font-awesome-brands"] }

log = "0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/nissy-dev/dioxus-free-icons"
readme = "../../README.md"

[dependencies]
dioxus = { version = "0.3.1" }
dioxus = { version = "0.4.0" }

[features]
font-awesome-brands = []
Expand Down

0 comments on commit 3bd22b3

Please sign in to comment.