Skip to content

Commit

Permalink
dioxus 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailNazarov committed Aug 1, 2023
1 parent c031df6 commit 026bd4b
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 026bd4b

Please sign in to comment.