@@ -31,10 +31,10 @@ pink = { path = "../pink/runner", package = "pink-runner" }
3131pink-extension-runtime = { path = " ../pink/pink-extension-runtime" }
3232pink-extension = { path = " ../pink/pink-extension" }
3333
34- sp-io = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
35- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" }
36- sp-externalities = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" }
37- sp-state-machine = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2 .0" }
34+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5 .0" , features = [" disable_panic_handler" , " disable_oom" , " disable_allocator" ] }
35+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5 .0" }
36+ sp-externalities = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5 .0" }
37+ sp-state-machine = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5 .0" }
3838parity-scale-codec = { package = " parity-scale-codec" , version = " 3.6.5" , default-features = false , features = [" derive" , " full" , " chain-error" ] }
3939
4040# Phala specific
@@ -49,12 +49,11 @@ derive_more = "0.99.0"
4949hash-db = { version = " 0.16.0" , default-features = false }
5050num = { package = " num-traits" , version = " 0.2" , default-features = false }
5151finality-grandpa = { version = " 0.16.1" , default-features = false , features = [" derive-codec" ] }
52- frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
53- sp-trie = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
54- sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
55- sp-application-crypto = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
56- sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
57- pallet-contracts-primitives = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.2.0" }
52+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5.0" }
53+ sp-trie = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5.0" }
54+ sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5.0" }
55+ sp-application-crypto = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5.0" }
56+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , branch = " release-polkadot-v1.5.0" }
5857
5958fixed = " 1.9.0"
6059fixed-sqrt = " 0.2.4"
0 commit comments