Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Nov 21, 2024
1 parent 1207d23 commit 431a5c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "impl-trait-for-tuples"
version = "0.2.2"
version = "0.2.3"
authors = ["Bastian Köcher <[email protected]>"]
edition = "2021"
categories = [ "development-tools::procedural-macro-helpers" ]
Expand All @@ -17,9 +17,9 @@ readme = "./README.md"
proc-macro = true

[dependencies]
syn = { version = "2.0.85", features = [ "full", "visit", "fold", "extra-traits" ] }
quote = "1.0.2"
proc-macro2 = "1.0.3"
syn = { version = "2.0.89", features = [ "full", "visit", "fold", "extra-traits" ] }
quote = "1.0.37"
proc-macro2 = "1.0.91"

[dev-dependencies]
trybuild = "1.0.55"
trybuild = "1.0.101"

0 comments on commit 431a5c6

Please sign in to comment.