Selaa lähdekoodia

runtime: blog: fix dependencies features

conectado 3 vuotta sitten
vanhempi
commit
344e5a64da
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      runtime-modules/blog/Cargo.toml

+ 2 - 1
runtime-modules/blog/Cargo.toml

@@ -35,5 +35,6 @@ std = [
 	'sp-runtime/std',
 	'frame-system/std',
     'common/std',
-    'sp-arithmetic/std'
+    'sp-arithmetic/std',
+    'balances/std'
 ]