Bump version to 0.52.0

This commit is contained in:
Benjamin Bouvier
2019-12-18 12:07:33 +01:00
parent 887f897c9a
commit ac8a952a6b
20 changed files with 70 additions and 70 deletions

View File

@@ -82,8 +82,8 @@ else
echo "nightly toolchain not found, some documentation links will not work"
fi
# Ensure fuzzer works by running it with a single input
# Note LSAN is disabled due to https://github.com/google/sanitizers/issues/764
# Ensure fuzzer works by running it with a single input.
# Note LSAN is disabled due to https://github.com/google/sanitizers/issues/764.
banner "cargo fuzz check"
if ensure_installed cargo-fuzz nightly; then