Skip to content

Upgrade toml to version 0.6.

Nick Mathewson requested to merge nickm/arti:toml_0.6 into main

This required rewriting some of our error handling code in command-line processing, since the toml crate now displays and reports errors differently. (Admittedly, this code still is kind of ugly, but at least it is nicely hidden.)

Merge request reports