Releases: dtolnay/anyhow
Releases · dtolnay/anyhow
1.0.5
- Add
impl From<anyhow::Error> for Box<dyn std::error::Error + Send + Sync + 'static>
(#10)
1.0.4
- Make the Result type alias more flexible (#11, thanks @amesgen)
1.0.3
- Allow
.context(...)
and .with_context(|| ...)
on Option<T>
1.0.2
- Eliminate reliance on unstable trait object layout (#5, thanks @johnschug)