瀏覽代碼

runtime: blog: fix dependencies features

conectado 3 年之前
父節點
當前提交
344e5a64da
共有 1 個文件被更改,包括 2 次插入1 次删除
  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'
 ]