Don't pass --quiet to cargo for now

Fixes bug 24518.
This commit is contained in:
Nick Mathewson
2017-12-04 14:19:22 -05:00
parent ff0db77f91
commit 0694a6dc01
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (build, rust):
- Don't pass the --quiet option to cargo: it seems to suppress some
errors, which is not what we want to do when building.
Fixes bug 24518; bugfix on 0.3.1.7.