diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 615b211451..f236cda33a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - run: cargo install bonnie wasm-pack - - run: cargo install perseus-cli --version 0.3.0-beta.18 + - run: cargo install perseus-cli --version 0.3.0-beta.21 - run: npm install working-directory: website - name: Build website diff --git a/website/Cargo.toml b/website/Cargo.toml index 05e88eaefa..82aed07994 100644 --- a/website/Cargo.toml +++ b/website/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perseus-website" -version = "0.3.0-beta.17" +version = "0.3.0-beta.21" edition = "2018" description = "The official website for the Perseus framework." authors = ["arctic_hen7 "] @@ -13,7 +13,7 @@ readme = "./README.md" [dependencies] # We use the current version of Perseus, not the local one -perseus = { version = "0.3.0-beta.18", features = [ "translator-fluent" ] } +perseus = { version = "0.3.0-beta.21", features = [ "translator-fluent" ] } sycamore = "0.6" sycamore-router = "0.6" serde = "1"