|
@@ -10,7 +10,7 @@ sp-arithmetic = { package = 'sp-arithmetic', default-features = false, git = 'ht
|
|
|
sp-std = { package = 'sp-std', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
frame-support = { package = 'frame-support', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
frame-system = { package = 'frame-system', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
-common = { package = 'pallet-common', default-features = false, path = '../common'}
|
|
|
+balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
|
|
|
[features]
|
|
|
default = ['std']
|
|
@@ -20,5 +20,5 @@ std = [
|
|
|
'sp-std/std',
|
|
|
'frame-support/std',
|
|
|
'frame-system/std',
|
|
|
- 'common/std',
|
|
|
+ 'balances/std',
|
|
|
]
|