mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 20:25:40 +00:00
6dba325749
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.43 to 1.0.45. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.43...1.0.45) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
430 B
TOML
19 lines
430 B
TOML
[package]
|
|
name = "polkadot-overseer-all-subsystems-gen"
|
|
version = "0.9.9"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Small proc macro to create mocking level iface type helpers"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
|
|
quote = "1.0.9"
|
|
proc-macro2 = "1.0.24"
|
|
assert_matches = "1.5.0"
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.45"
|