Skip to content

Commit

Permalink
Update dependencies for metriken-derive (#97)
Browse files Browse the repository at this point in the history
* Update dependencies for metriken-derive

No point in using outdated versions of proc-macro-crate and syn

* Fix author email
  • Loading branch information
swlynch99 authored Jan 17, 2024
1 parent 8b39b4c commit 5c62e8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metriken/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2021"
authors = [
"Brian Martin <brian@pelikan.io>",
"Sean Lynch <seanl@twitter.com>",
"Sean Lynch <sean@iop.systems>"
]
license = "Apache-2.0"
description = "Proc macros for metriken"
Expand All @@ -17,6 +17,6 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.39"
proc-macro-crate = "1.0.0"
proc-macro-crate = "3.0.0"
quote = "1.0.9"
syn = { version = "1.0.95", features = ["full", "parsing"] }
syn = { version = "2.0", features = ["full", "parsing"] }

0 comments on commit 5c62e8c

Please sign in to comment.