Skip to content

Commit

Permalink
fix: pinned website version to beta 22
Browse files Browse the repository at this point in the history
Need an urgent fix until I can sort out the hydration problems.
  • Loading branch information
arctic-hen7 committed Dec 18, 2021
1 parent 65009fa commit 5141cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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" ], default-features = false }
perseus = { version = "=0.3.0-beta.22", features = [ "translator-fluent" ] }
sycamore = "0.7"
sycamore-router = "0.7"
serde = "1"
Expand Down

0 comments on commit 5141cec

Please sign in to comment.