Skip to content

Commit

Permalink
0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Jan 13, 2025
1 parent 1aeef5c commit 3a40f54
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 23 deletions.
30 changes: 20 additions & 10 deletions examples/project/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/project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.17"
cfg-if = "1.0.0"

# dependecies for client (enable hydrate set)
wasm-bindgen = { version = "=0.2.99", optional = true }
wasm-bindgen = { version = "=0.2.100", optional = true }
console_log = { version = "1.0", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }

Expand Down
30 changes: 20 additions & 10 deletions examples/workspace/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/workspace/project1/front/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ crate-type = ["cdylib", "rlib"]
app-package = { path = "../app" }
leptos = { workspace = true, features = ["serde", "hydrate"] }
log = "0.4"
wasm-bindgen = "=0.2.99"
wasm-bindgen = "=0.2.100"
console_log = "0.2"
console_error_panic_hook = "0.1"
2 changes: 1 addition & 1 deletion examples/workspace/project2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4"
cfg-if = "1.0"

# dependecies for client (enable hydrate set)
wasm-bindgen = { version = "=0.2.99", optional = true }
wasm-bindgen = { version = "=0.2.100", optional = true }
console_log = { version = "1.0", optional = true }
console_error_panic_hook = { version = "0.1", optional = true }

Expand Down

0 comments on commit 3a40f54

Please sign in to comment.