Skip to content

Commit

Permalink
chore: update proc macros dependencies (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware authored Nov 7, 2023
1 parent ae35110 commit cbffb27
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 deletions 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 crates/papyrus_proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository.workspace = true
license-file.workspace = true

[dependencies]
syn = "2.0.15"
syn = { version = "2.0.39", features = ["full"] }
quote = "1.0.26"

[dev-dependencies]
Expand Down

0 comments on commit cbffb27

Please sign in to comment.