Increase verbosity of Rust compile

This commit is contained in:
Rene Vergara 2024-03-03 15:29:50 -06:00
parent 3cc0e96c44
commit 2ae18463fc
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -55,7 +55,7 @@ rsFolder = "librustzcash-wrapper"
execCargo :: Verbosity -> String -> [String] -> IO ()
execCargo verbosity command args = do
cargoPath <-
findProgramOnSearchPath Verbosity.silent defaultProgramSearchPath "cargo"
findProgramOnSearchPath Verbosity.normal defaultProgramSearchPath "cargo"
dir <- getCurrentDirectory
let cargoExec =
case cargoPath of