xargo v0.3.25 Release Notes
Release Date: 2022-03-26 // almost 3 years ago-
๐ Changed
- 0๏ธโฃ No longer enable the
backtrace
feature oferror-chain
by default to reduce build times. Install xargo with--features backtrace
to re-enable backtraces.
- 0๏ธโฃ No longer enable the
Previous changes from v0.3.24
-
๐ Fixed
- ๐ Fix
compiler_builtins
error when building without explicit dependencies in theXargo.toml
(thanks to @anickol).
- ๐ Fix