Implement UA encoding #18

Merged
pitmutt merged 5 commits from rav001 into dev040 2024-03-04 18:01:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2ae18463fc - Show all commits

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