Update derive syn parse 0.2.0 (+ docify) (#3920)

derive-syn-parse v0.2.0 came out recently which (finally) adds support
for syn 2x.

Upgrading to this will remove many of the places where syn 1x was still
compiling alongside syn 2x in the polkadot-sdk workspace.

This also upgrades `docify` to 0.2.8 which is the version that upgrades
derive-syn-pasre to 0.2.0.

Additionally, this consolidates the `docify` versions in the repo to all
use the latest, and in one case upgrades to the 0.2x syntax where 0.1.x
was still being used.

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Sam Johnson
2024-04-02 01:53:51 -04:00
committed by GitHub
parent 52e1037849
commit 9a62de27a9
24 changed files with 63 additions and 78 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
environmental = { version = "1.1.4", default-features = false }
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false }
serde_json = { features = ["alloc"], workspace = true }
docify = "0.2.7"
docify = "0.2.8"
static_assertions = "1.1.0"
aquamarine = { version = "0.5.0" }
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true
[dependencies]
derive-syn-parse = "0.1.5"
derive-syn-parse = "0.2.0"
Inflector = "0.11.4"
cfg-expr = "0.15.5"
itertools = "0.10.3"