Skip to content

Commit

Permalink
feat: leptos v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brofrain committed Feb 1, 2024
1 parent 48a3ba7 commit 1945b79
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 108 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "leptos_animated_for"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
repository = "https://github.com/brofrain/leptos-animated-for"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ keywords = ["leptos", "animations", "dom", "web", "wasm"]
[dependencies]
cfg-if = "1.0.0"
futures = "0.3.30"
leptos = { version = "0.6.3" }
leptos = { version = "0.6.5" }
wasm-bindgen = { version = "0.2.90" }
web-sys = { version = "0.3.67", features = ["DomRect"] }

Expand Down
54 changes: 27 additions & 27 deletions examples/csr/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/csr/Cargo.toml
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
getrandom = { version = "0.2.12", features = ["js"], optional = true }
leptos = { version = "0.6.3", features = ["csr", "nightly"] }
leptos = { version = "0.6.5", features = ["csr", "nightly"] }
leptos_animated_for = { path = "../.." }
rand = "0.8.5"

0 comments on commit 1945b79

Please sign in to comment.