Procházet zdrojové kódy

runtime: blog: fix dependencies features

conectado před 3 roky
rodič
revize
344e5a64da
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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'
 ]