Skip to content

Releases: dtolnay/anyhow

1.0.93

06 Nov 05:09
1.0.93
713bda9
Compare
Choose a tag to compare
  • Update dev-dependencies to thiserror v2

1.0.92

01 Nov 05:40
1.0.92
fd03a8e
Compare
Choose a tag to compare
  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)

1.0.91

22 Oct 17:52
1.0.91
6c52daa
Compare
Choose a tag to compare
  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

18 Oct 14:41
1.0.90
a0b868a
Compare
Choose a tag to compare
  • Documentation improvements

1.0.89

15 Sep 02:49
1.0.89
9d3fb6d
Compare
Choose a tag to compare
  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

11 Sep 18:07
1.0.88
139f266
Compare
Choose a tag to compare
  • Documentation improvements

1.0.87

06 Sep 20:11
1.0.87
afe93e7
Compare
Choose a tag to compare
  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)

1.0.86

18 May 12:02
1.0.86
8ea1819
Compare
Choose a tag to compare
  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

17 May 22:05
1.0.85
2737bbe
Compare
Choose a tag to compare
  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

17 May 17:52
1.0.84
368f3e9
Compare
Choose a tag to compare
  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)