Skip to content

Commit

Permalink
feat: bump leptos version to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brofrain committed Mar 3, 2024
1 parent aaf5151 commit 5d7165e
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 79 deletions.
42 changes: 21 additions & 21 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_animated_for"
version = "0.4.3"
version = "0.4.4"
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.7" }
leptos = { version = "0.6.8" }
wasm-bindgen = { version = "0.2.91" }
web-sys = { version = "0.3.68", features = ["DomRect"] }

Expand Down
42 changes: 21 additions & 21 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

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

0 comments on commit 5d7165e

Please sign in to comment.