We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e52387 commit 45d676eCopy full SHA for 45d676e
.github/workflows/website.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
- run: cargo install bonnie wasm-pack
22
- - run: cargo install perseus-cli --version 0.3.0-beta.17
+ - run: cargo install perseus-cli --version 0.3.0-beta.18
23
- run: npm install
24
working-directory: website
25
- name: Build website
website/Cargo.toml
@@ -13,7 +13,7 @@ readme = "./README.md"
13
14
[dependencies]
15
# We use the current version of Perseus, not the local one
16
-perseus = { version = "0.3.0-beta.17", features = [ "translator-fluent" ] }
+perseus = { version = "0.3.0-beta.18", features = [ "translator-fluent" ] }
17
sycamore = "0.6"
18
sycamore-router = "0.6"
serde = "1"
0 commit comments