Skip to content

Commit

Permalink
fix: pin version of crate 'syn' to 1.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Jun 24, 2022
1 parent 3f5e093 commit 319ed9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 319ed9b

Please sign in to comment.