mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
🐳 chore: upgrade dependency
This commit is contained in:
parent
c43091de76
commit
527c09ed5e
2 changed files with 3 additions and 3 deletions
|
@ -13,10 +13,10 @@ license = "MIT"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.2.4", features = ["stable"] }
|
||||
leptos = { version = "0.2.5", features = ["stable"] }
|
||||
stylers = "0.3.1"
|
||||
web-sys = "0.3.61"
|
||||
leptos_dom = { version = "0.2.4" }
|
||||
leptos_dom = { version = "0.2.5" }
|
||||
leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined"] }
|
||||
|
||||
[workspace]
|
||||
|
|
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
leptos = { version = "0.2.4", features = ["stable"] }
|
||||
leptos = { version = "0.2.5", features = ["stable"] }
|
||||
melt-ui = { path = "../../" }
|
||||
|
|
Loading…
Add table
Reference in a new issue