dependabot[bot] 71fb1302ee
Update syn requirement from 1.0.0 to 2.0.6
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.0...2.0.6)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 21:06:57 +00:00

23 lines
526 B
TOML

[package]
name = "sv-parser-macros"
version = "0.13.0"
authors = ["dalance@gmail.com"]
repository = "https://github.com/dalance/sv-parser"
keywords = ["parser", "verilog", "systemverilog"]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
description = "Helper crate of sv-parser"
edition = "2018"
[package.metadata.release]
tag = false
[lib]
proc-macro = true
doctest = false
[dependencies]
quote = "1.0.0"
syn = { version = "2.0.6", features = ["full", "fold", "parsing", "extra-traits"] }