Skip to content

Commit

Permalink
fix(website): fixed version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Dec 21, 2021
1 parent c22a5f5 commit 85d8236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "./README.md"
[dependencies]
# We use the current version of Perseus, not the local one
# Hydration is temporarily disabled pending some fixes in Sycamore
perseus = { version = "=0.3.0-beta.22", features = [ "translator-fluent" ] }
perseus = { version = "=0.3.0-beta.23", features = [ "translator-fluent" ] }
sycamore = "0.7"
sycamore-router = "0.7"
serde = "1"
Expand All @@ -25,4 +25,4 @@ pulldown-cmark = "0.8"
lazy_static = "1"
web-sys = { version = "0.3", features = [ "Event", "EventTarget" ] }
wasm-bindgen = "0.2"
perseus-size-opt = ">=0.1.5"
perseus-size-opt = "=0.1.5"

0 comments on commit 85d8236

Please sign in to comment.