|
@@ -14,6 +14,7 @@ frame-support = { package = 'frame-support', default-features = false, git = 'ht
|
|
|
system = { package = 'frame-system', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4'}
|
|
|
pallet-timestamp = { package = 'pallet-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4'}
|
|
|
sp-arithmetic = { package = 'sp-arithmetic', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
+sp-std = { package = 'sp-std', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '00768a1f21a579c478fe5d4f51e1fa71f7db9fd4'}
|
|
|
|
|
|
[features]
|
|
|
default = ['std']
|
|
@@ -24,6 +25,7 @@ std = [
|
|
|
'codec/std',
|
|
|
'sp-runtime/std',
|
|
|
'sp-arithmetic/std',
|
|
|
+ 'sp-std/std',
|
|
|
'frame-support/std',
|
|
|
'system/std',
|
|
|
'pallet-timestamp/std',
|