Skip to content

Releases: dtolnay/anyhow

1.0.63

31 Aug 00:55
1.0.63
036c5f8
Compare
Choose a tag to compare

1.0.62

31 Aug 00:54
1.0.62
b73a04a
Compare
Choose a tag to compare
  • Fix extra rebuilding when interleaving command-line cargo invocations with IDE builds (#261)

1.0.61

10 Aug 23:47
1.0.61
d2c83e2
Compare
Choose a tag to compare
  • Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252)

1.0.60

03 Aug 01:02
1.0.60
08f8012
Compare
Choose a tag to compare
  • Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)

1.0.59

01 Aug 07:35
1.0.59
fb9fb18
Compare
Choose a tag to compare
  • Update crates.io metadata to include no-std category

1.0.58

18 Jun 20:30
1.0.58
8f950ac
Compare
Choose a tag to compare
  • Fix some broken links in documentation

1.0.57

18 Jun 20:29
1.0.57
f64ca0a
Compare
Choose a tag to compare
  • Remove a log4rs-specific workaround from bail! macro implementation

1.0.56

07 Mar 20:53
1.0.56
933df88
Compare
Choose a tag to compare
  • Add must_use warning when an Error created by anyhow! is not used, perhaps because the programmer meant to write bail! instead (#229)

1.0.55

21 Feb 22:20
1.0.55
3ca5036
Compare
Choose a tag to compare
  • Documentation improvements

1.0.54

21 Feb 20:09
1.0.54
471d6e9
Compare
Choose a tag to compare
  • Construct more helpful error message from ensure! when the expression involves a negative literal const generic as the first generic argument of a method call (#224)