Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: workspace deps and shared version
  • Loading branch information
geoffreygarrett committed Dec 22, 2024
commit c22629834bc32e7478bd57df4f063f5a98de6075
8 changes: 4 additions & 4 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ repository = "https://github.com/RustForWeb/leptos-utils"
version = "0.0.4"

[workspace.dependencies]
leptos = "0.7.0"
leptos = "0.7.2"
leptos-struct-component-macro = { path = "./packages/leptos-struct-component-macro" }
leptos-node-ref = { path = "./packages/leptos-node-ref" }

4 changes: 2 additions & 2 deletions packages/leptos-struct-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version.workspace = true

[dependencies]
leptos.workspace = true
leptos-struct-component-macro = { path = "../leptos-struct-component-macro", version = "0.0.3" }
leptos-struct-component-macro.workspace = true

[dev-dependencies]
leptos-node-ref = { path = "../leptos-node-ref" }
leptos-node-ref.workspace = true