Skip to content

Commit

Permalink
increased syn + darling version
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed May 5, 2023
1 parent 1fafc52 commit c89bbdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
Expand Down
6 changes: 3 additions & 3 deletions leptos-struct-table-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table-macro"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
description = "Macros for the leptos-struct-table crate."
Expand All @@ -13,8 +13,8 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
proc-macro = true

[dependencies]
syn = "1"
syn = "2.0"
quote = "1.0"
darling = "0.14"
darling = "0.20"
proc-macro2 = "1.0"
heck = "0.4"

0 comments on commit c89bbdd

Please sign in to comment.