Skip to content

Commit

Permalink
Update wasm-bindgen version in examples (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jan 13, 2025
1 parent 6360718 commit 9483b53
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install cargo-leptos
if: startsWith(matrix.example, 'ssr')
run: cargo binstall -y cargo-leptos
run: cargo binstall -y cargo-leptos@0.2.22
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cache dependencies
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 2025-01-13 - [0.2.2]

- Fixes compatibility with fluent-templates v0.13 (requires fluent-templates
- Use `std::sync::LazyLock` instead of `once_cell::sync::Lazy`.
Fixes compatibility with fluent-templates v0.13 (requires fluent-templates
v0.13.0 or higher).

## 2024-12-23 - [0.2.1]

- Use `std::sync::LazyLock` instead of `once_cell::sync::Lazy`.
Fixes compatibility with fluent-templates v0.12 (requires fluent-templates
- Fixes compatibility with fluent-templates v0.12 (requires fluent-templates
v0.12.0 or higher).

## 2024-12-17 - [0.2.0]
Expand Down
90 changes: 44 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ssr-hydrate-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fluent-templates = { version = "0.13", default-features = false, features = [
"macros",
"walkdir",
] }
wasm-bindgen = "=0.2.99"
wasm-bindgen = "=0.2.96"

[features]
hydrate = [
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-hydrate-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fluent-templates = { version = "0.13", default-features = false, features = [
"macros",
"walkdir",
] }
wasm-bindgen = "=0.2.99"
wasm-bindgen = "=0.2.96"

[features]
csr = ["leptos/csr"]
Expand Down

0 comments on commit 9483b53

Please sign in to comment.