Skip to content

Commit

Permalink
Fix cargo check for pallet-contracts-proc-macro (paritytech#12706)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
joao-paulo-parity authored and ark0f committed Feb 27, 2023
1 parent fbae5ee commit ff97915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/contracts/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ff97915

Please sign in to comment.