mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 19:37:56 +00:00
Fix cargo check for pallet-contracts-proc-macro (#12706)
* fix `cargo check` for pallet-contracts-proc-macro * add test for cargo-check of pallet-contracts-proc-macro * remove cargo-check-contracts-proc-macro https://github.com/paritytech/substrate/pull/12706/files#r1022783937
This commit is contained in:
committed by
GitHub
parent
d5a5f3673e
commit
e414e5ab7f
@@ -17,7 +17,7 @@ proc-macro = true
|
||||
[dependencies]
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = "1.0.98"
|
||||
syn = { version = "1.0.98", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user