[go: up one dir, main page]

Skip to content

Releases: dtolnay/anyhow

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)

1.0.83

06 May 18:14
1.0.83
96f0392
Compare
Choose a tag to compare
  • Integrate compile-time checking of cfgs (#363)

1.0.82

10 Apr 03:51
1.0.82
074bdea
Compare
Choose a tag to compare
  • Documentation improvements

1.0.81

12 Mar 02:48
1.0.81
4aad4ed
Compare
Choose a tag to compare
  • Make backtrace support available when using -Dwarnings (#354)

1.0.80

19 Feb 04:50
1.0.80
5443719
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78