Skip to content

Commit

Permalink
workspace syn & proc_macro2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed May 24, 2024
1 parent 5bfeb14 commit 5960704
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.18", features
leptosfmt-formatter = { path = "./formatter", version = "0.1.18" }
leptosfmt-pretty-printer = { version = "0.1.18" }

syn = { version = "2.0.59", features = ["visit", "full", "extra-traits"] }
proc-macro2 = { version = "1.0.80", features = ["span-locations"] }

[patch.crates-io]
leptosfmt-pretty-printer = { path = "./printer" }
4 changes: 2 additions & 2 deletions formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description = "view macro formatter for the Leptos web framework"
leptosfmt-pretty-printer.workspace = true
leptosfmt-prettyplease.workspace = true
rstml = "0.11.2"
syn = { version = "2.0.18", features = ["visit", "full", "extra-traits"] }
proc-macro2 = { version = "1.0.68", features = ["span-locations"] }
syn = { workspace = true }
proc-macro2 = { workspace = true }
thiserror = "1.0.40"
crop = "0.3.0"
serde = { version = "1.0.163", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion prettyplease
Submodule prettyplease updated 1 files
+2 −2 Cargo.toml

0 comments on commit 5960704

Please sign in to comment.