• Matt Butcher's avatar
    fix(tiller): fix TOML panic · 46035c35
    Matt Butcher authored
    This fixes a TOML panic by replacing one parser library with another.
    The older library did not gracefully handle reflection issues, and so
    was prone to panic. The new one is not great, but it doesn't seem to
    panic.
    
    Closes #2271
    46035c35
glide.lock 19.6 KB