Skip to content

Releases: dtolnay/anyhow

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)

1.0.76

21 Dec 00:56
1.0.76
5cad3bf
Compare
Choose a tag to compare
  • Opt in to unsafe_op_in_unsafe_fn lint (#329)

1.0.75

17 Aug 01:13
1.0.75
6485cae
Compare
Choose a tag to compare

1.0.74

15 Aug 15:26
1.0.74
cbade7d
Compare
Choose a tag to compare
  • Add bootstrap workaround to allow rustc to depend on anyhow (#320, thanks @RalfJung)