ソースを参照

app: cargo update & make enable-plugins default for dev builds

darkfi 3 週間 前
コミット
6caf28a078
2 ファイル変更157 行追加154 行削除
  1. 156 153
      bin/app/Cargo.lock
  2. 1 1
      bin/app/Makefile

ファイルの差分が大きいため隠しています
+ 156 - 153
bin/app/Cargo.lock


+ 1 - 1
bin/app/Makefile

@@ -29,7 +29,7 @@ DEBUG_FEATURES = --features=enable-filelog,enable-plugins
 
 #DEV_FEATURES = --features=enable-filelog,enable-netdebug,emulate-android
 #DEV_FEATURES = --features=enable-filelog,enable-netdebug,enable-plugins
-DEV_FEATURES = --features=schema-app,enable-netdebug
+DEV_FEATURES = --features=schema-app,enable-netdebug,enable-plugins
 
 default: build-release
 	./darkfi-app

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません