Skip to content

Commit

Permalink
Merge branch 'master' into html_direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptistemontan authored Nov 6, 2024
2 parents 35c2e78 + 2c92517 commit 38df898
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
targets: "wasm32-unknown-unknown"

- name: "Install cargo-leptos"
run: cargo install cargo-leptos --locked
# FIXME: Remove version
run: cargo install cargo-leptos@0.2.20 --locked

- name: "Build ${{ matrix.examples }} example"
working-directory: examples/ssr/${{ matrix.examples }}
Expand Down Expand Up @@ -133,7 +134,8 @@ jobs:
targets: "wasm32-unknown-unknown"

- name: "Install cargo-leptos"
run: cargo install cargo-leptos --locked
# FIXME: Remove version
run: cargo install cargo-leptos@0.2.20 --locked

- name: "Build ${{ matrix.examples }} example"
working-directory: examples/dynamic_load/${{ matrix.examples }}
Expand Down
4 changes: 4 additions & 0 deletions leptos_i18n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ ssr = [
"leptos-use/ssr",
"leptos_router/ssr",
"leptos_i18n_macro/ssr",
# FIXME:
"dep:leptos_server",
"dep:server_fn",
"dep:server_fn_macro",
]
nightly = ["leptos/nightly", "leptos_i18n_macro/nightly"]

Expand Down

0 comments on commit 38df898

Please sign in to comment.