git.delta.rocks / unique-network / refs/commits / c1ad6cb52c14

difftreelog

fix polkadot-v0.9.33 pallet-configuration

Daniel Shiposha2022-12-13parent: #f7c3716.patch.diff
in: master

1 file changed

modifiedpallets/configuration/Cargo.tomldiffbeforeafterboth
18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }18sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
20smallvec = "1.6.1"20smallvec = "1.6.1"
21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30" }21xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33" }
2222
23[features]23[features]
24default = ["std"]24default = ["std"]