Sfoglia il codice sorgente

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

darkfi 3 settimane fa
parent
commit
6caf28a078
2 ha cambiato i file con 157 aggiunte e 154 eliminazioni
  1. 156 153
      bin/app/Cargo.lock
  2. 1 1
      bin/app/Makefile

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff