Skip to content

Commit

Permalink
Merge branch 'main' into arrow/union
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Mar 26, 2024
2 parents 5043c11 + a520c46 commit d4be099
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 narrow-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ proc-macro = true
[dependencies]
once_cell = "1.18.0"
proc-macro-crate = "3.1.0"
proc-macro2 = "1.0.78"
proc-macro2 = "1.0.79"
quote = "1.0.35"
syn = { version = "2.0.52", features = ["visit-mut", "full"] }
syn = { version = "2.0.53", features = ["visit-mut", "full"] }

[dev-dependencies]
macrotest = "1.0.9"

0 comments on commit d4be099

Please sign in to comment.