Skip to content

Commit 45d676e

Browse files
committed
chore: updated website to latest beta
1 parent 7e52387 commit 45d676e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- run: cargo install bonnie wasm-pack
22-
- run: cargo install perseus-cli --version 0.3.0-beta.17
22+
- run: cargo install perseus-cli --version 0.3.0-beta.18
2323
- run: npm install
2424
working-directory: website
2525
- name: Build website

website/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "./README.md"
1313

1414
[dependencies]
1515
# We use the current version of Perseus, not the local one
16-
perseus = { version = "0.3.0-beta.17", features = [ "translator-fluent" ] }
16+
perseus = { version = "0.3.0-beta.18", features = [ "translator-fluent" ] }
1717
sycamore = "0.6"
1818
sycamore-router = "0.6"
1919
serde = "1"

0 commit comments

Comments
 (0)