Skip to content

Releases: dtolnay/anyhow

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

1.0.79

02 Jan 04:48
1.0.79
71ab53d
Compare
Choose a tag to compare
  • Work around improperly cached build script result by sccache (#340)

1.0.78

30 Dec 23:02
1.0.78
38c79ef
Compare
Choose a tag to compare
  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

26 Dec 23:27
1.0.77
199c625
Compare
Choose a tag to compare
  • Make anyhow::Error::backtrace available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)