Explorar el Código

runtime: blog: fix dependencies features

conectado hace 3 años
padre
commit
344e5a64da
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'
 ]