xargo v0.3.25 Release Notes

Release Date: 2022-03-26 // about 2 years ago
  • ๐Ÿ”„ Changed

    • 0๏ธโƒฃ No longer enable the backtrace feature of error-chain by default to reduce build times. Install xargo with --features backtrace to re-enable backtraces.

Previous changes from v0.3.24

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix compiler_builtins error when building without explicit dependencies in the Xargo.toml (thanks to @anickol).