added custom flags to compile diesel flags

pull/1/head
kirbylife 2019-11-22 01:40:53 -06:00
parent f45f8d3cc4
commit 2af0ef97fc
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
VERSION=nightly
RUST_INSTALL_DIESEL=1
RUST_INSTALL_DIESEL=1
DIESEL_FLAGS="--force --no-default-features --features postgres"

View File

@ -0,0 +1 @@