Update to walrus 0.10.0

Ensure that we enable the new `parallel` feature in the CLI so our tools all use
parallelized parsing, but none of our specific crates need it for usage.
This commit is contained in:
Alex Crichton
2019-07-30 07:56:11 -07:00
parent 8940ba0ab2
commit 7158144932
5 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ edition = '2018'
[dependencies]
failure = "0.1"
log = "0.4"
walrus = "0.9.0"
walrus = "0.10.0"
[dev-dependencies]
tempfile = "3"