From 319ed9b2641586b4a04f651667816c86a06b0544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Delabrouille?= Date: Fri, 24 Jun 2022 17:05:02 +0200 Subject: [PATCH] fix: pin version of crate 'syn' to 1.0.96 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8593870..901b17c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ frame-system = { git = "https://github.com/paritytech/substrate", default-featur sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.23" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.23" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.23" } +syn = { version = "=1.0.96" } [dev-dependencies] serde = { version = "1.0.132" }