Skip to content

Commit

Permalink
cargo server
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanbluesky committed Dec 12, 2024
1 parent 82458c0 commit 576d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
dioxus = { version = "^0.6.0", features = ["router", "web"] }
dioxus-web = "^0.6.0"
dioxus-router = "^0.6.0"
serde = { version = "^1.0", features = ["derive"] }
serde = { version = "^1.0.216", features = ["derive"] }
serde_json = "^1.0"
stylist = "^0.13"
manganis = "^0.6.0"
Expand Down

0 comments on commit 576d460

Please sign in to comment.