Skip to content

Commit

Permalink
chore: updated website to v0.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Apr 9, 2023
1 parent 6763c0c commit c362664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
PERSEUS_VERSION: 0.4.0-rc.1
PERSEUS_VERSION: 0.4.0
steps:
# The website builder accesses Git history for old examples, so we need everything
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
perseus = { version = "=0.4.0-rc.1", features = [ "translator-lightweight" ] }
perseus = { version = "=0.4.0", features = [ "translator-lightweight" ] }
sycamore = "0.8"
sycamore-macro = "0.8"
serde = { version = "1", features = [ "derive" ] }
Expand Down

0 comments on commit c362664

Please sign in to comment.