Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Nov 28, 2024
1 parent a5e88cb commit 110867e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
leptos = { version = "0.7.0-rc2", features = ["csr"] }
leptos_meta = { version = "0.7.0-alpha", features = ["csr"] }
leptos_router = { version = "0.7.0-alpha", features = ["csr"] }
leptos_meta = { version = "0.7.0-rc2", features = ["csr"] }
leptos_router = { version = "0.7.0-rc2", features = ["csr"] }
web-sys = { version = "0.3", features = ["Storage"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 110867e

Please sign in to comment.