@@ -5,30 +5,30 @@ authors = ['Joystream contributors']
55edition = ' 2018'
66
77[dependencies ]
8- sp-io = { package = ' sp-io' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
9- sp-std = { package = ' sp-std' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
10- sp-runtime = { package = ' sp-runtime' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
11- frame-support = { package = ' frame-support' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
12- frame-system = { package = ' frame-system' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
13- sp-arithmetic = { package = ' sp-arithmetic' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
8+ sp-io = { package = ' sp-io' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
9+ sp-std = { package = ' sp-std' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
10+ sp-runtime = { package = ' sp-runtime' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
11+ frame-support = { package = ' frame-support' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
12+ frame-system = { package = ' frame-system' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
13+ sp-arithmetic = { package = ' sp-arithmetic' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
1414common = { package = ' pallet-common' , default-features = false , path = ' ../common' }
1515storage = { package = ' pallet-storage' , default-features = false , path = ' ../storage' }
16- balances = { package = ' pallet-balances' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
16+ balances = { package = ' pallet-balances' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
1717membership = { package = ' pallet-membership' , default-features = false , path = ' ../membership' }
1818codec = { package = ' parity-scale-codec' , version = ' 3.1.2' , default-features = false , features = [' derive' ] }
1919serde = {version = ' 1.0.101' , features = [' derive' ], optional = true }
2020scale-info = { version = " 2.1.1" , default-features = false , features = [" derive" ] }
21- sp-core = { package = ' sp-core' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' , optional = true }
21+ sp-core = { package = ' sp-core' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' , optional = true }
2222
2323# Benchmarking dependencies
24- frame-benchmarking = { package = ' frame-benchmarking' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' , optional = true }
24+ frame-benchmarking = { package = ' frame-benchmarking' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' , optional = true }
2525
2626[dev-dependencies ]
27- sp-core = { package = ' sp-core' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
28- randomness-collective-flip = { package = ' pallet-insecure-randomness-collective-flip' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
27+ sp-core = { package = ' sp-core' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
28+ randomness-collective-flip = { package = ' pallet-insecure-randomness-collective-flip' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
2929staking-handler = { package = ' pallet-staking-handler' , default-features = false , path = ' ../staking-handler' }
30- pallet-timestamp = { package = ' pallet-timestamp' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
31- sp-storage = { package = ' sp-storage' , default-features = false , git = ' https://github.com/joystream/substrate .git' , rev = ' 1d0eefca86ef31b9e7727df01a6ed23ad65491e9 ' }
30+ pallet-timestamp = { package = ' pallet-timestamp' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
31+ sp-storage = { package = ' sp-storage' , default-features = false , git = ' https://github.com/paritytech/polkadot-sdk .git' , tag = ' polkadot-v1.7.0 ' }
3232
3333[features ]
3434default = [' std' , ' runtime-benchmarks' ]
0 commit comments