Skip to content

Commit

Permalink
Merge pull request #13 from bkchr/release-0.2.3
Browse files Browse the repository at this point in the history
Release v0.2.3
  • Loading branch information
bkchr authored Nov 21, 2024
2 parents 1207d23 + 431a5c6 commit 457d40c
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 <git@kchr.de>"]
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 457d40c

Please sign in to comment.