mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
Fix incorrect use of syn::exports (#7838)
* Fix incorrect use of syn::exports Instead of using `syn::exports` we should import the trait from the quote crate directly. * Use own macro for test cases to fix compilation with latest syn * Fix test
This commit is contained in:
@@ -10,7 +10,7 @@ description = "Substrate test utilities macros"
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.6"
|
||||
syn = { version = "1.0.33", features = ["full"] }
|
||||
syn = { version = "1.0.58", features = ["full"] }
|
||||
proc-macro-crate = "0.1.4"
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user