Changed
- Minimum supported rust version now: 1.70.0.
Fixed
- The use of
error_from!
orbail!
macros added a hidden dependency on
theanyhow
crate. They now expand to call this library's re-export of
anyhow
.
error_from!
or bail!
macros added a hidden dependency onanyhow
crate. They now expand to call this library's re-export ofanyhow
.